#248114

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

Shades of Forest Green #248114

Tints of Forest Green #248114

Color information

#248114 (or 0x248114) is unknown color: approx Forest Green. HEX triplet: 24, 81 and 14. RGB value is (36,129,20). Sum of RGB (Red+Green+Blue) = 36+129+20=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #248114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248114 is #DB7EEB. Grayscale: #595959. Windows color (decimal): -14384876 or 1343780. OLE color: 1343780.

HSL color Cylindrical-coordinate representation of color #248114: hue angle of 111.19º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248114 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB3612920-
CMYK0.7200.840.49
HSL111.19º73.15%29.22%-
HSV(B)111.19º84.5%50.59%-
XYZ8.716.133.32-
YUV88.7789.1990.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 129 (50.78% from 255) = 69.73%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=19.46%
G=69.73%
B=10.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36129200.7200.840.49111.1973.1529.22
Hex24811448054316f491d
Octal442012411001246115711135
Binary10010010000001101001001000010101001100011101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248114; }

 p { color: rgb(36,129,20); }

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

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

 a { background-color: rgb(36,129,20); }

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

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

 span { border-color: rgb(36,129,20); }

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