#38B31C

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

Shades of Kelly Green #38B31C

Tints of Kelly Green #38B31C

Color information

#38B31C (or 0x38B31C) is unknown color: approx Kelly Green. HEX triplet: 38, B3 and 1C. RGB value is (56,179,28). Sum of RGB (Red+Green+Blue) = 56+179+28=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 179 (70.31% from 255 or 68.06% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 179 - color contains mainly: green. Hex color #38B31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B31C is #C74CE3. Grayscale: #7D7D7D. Windows color (decimal): -13061348 or 1880888. OLE color: 1880888.

HSL color Cylindrical-coordinate representation of color #38B31C: hue angle of 108.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38B31C is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB5617928-
CMYK0.6900.840.30
HSL108.87º72.95%40.59%-
HSV(B)108.87º84.36%70.2%-
XYZ17.9633.166.55-
YUV125.0173.2578.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 179 (70.31% from 255) = 68.06%
BLUE value IS 28 (11.33% from 255) = 10.65%
R=21.29%
G=68.06%
B=10.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56179280.6900.840.30108.8772.9540.59
Hex38B31C450541E6d4929
Octal702633410501243615511151
Binary11100010110011111001000101010101001111011011011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,179,28); }

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

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

 a { background-color: rgb(56,179,28); }

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

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

 span { border-color: rgb(56,179,28); }

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