#38af1f

Color #38AF1F Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #38AF1F

Tints of Kelly Green #38AF1F

Color information

#38AF1F (or 0x38AF1F) is unknown color: approx Kelly Green. HEX triplet: 38, AF and 1F. RGB value is (56,175,31). Sum of RGB (Red+Green+Blue) = 56+175+31=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF1F is #C750E0. Grayscale: #7B7B7B. Windows color (decimal): -13062369 or 2076472. OLE color: 2076472.

HSL color Cylindrical-coordinate representation of color #38AF1F: hue angle of 109.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38AF1F is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB5617531-
CMYK0.6800.820.31
HSL109.58º69.9%40.39%-
HSV(B)109.58º82.29%68.63%-
XYZ17.2131.66.49-
YUV12376.0880.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 175 (68.75% from 255) = 66.79%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=21.37%
G=66.79%
B=11.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175310.6800.820.31109.5869.940.39
Hex38AF1F440521F6e4628
Octal702573710401223715610650
Binary11100010101111111111000100010100101111111011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38af1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38af1f; }

 p { color: rgb(56,175,31); }

 H1.HeaderClassName
 {
   color: #38af1f;
 }
 .AnyTagClassName
 {
   color: #38af1f;
 }
</style>
background-color css

<style>
 a { background-color: #38af1f; }

 a { background-color: rgb(56,175,31); }

 div.DivClassName
 {
   background-color: #38af1f;
 }
 .BgClassName
 {
   background-color: #38af1f;
 }
</style>
border-color css

<style>
 span { border-color: #38af1f; }

 span { border-color: rgb(56,175,31); }

 td.TdClassName
 {
   border-color: #38af1f;
 }
 .TagClassName
 {
   border-color: #38af1f;
 }
</style>