#248200

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

Shades of Forest Green #248200

Tints of Forest Green #248200

Color information

#248200 (or 0x248200) is unknown color: approx Forest Green. HEX triplet: 24, 82 and 00. RGB value is (36,130,0). Sum of RGB (Red+Green+Blue) = 36+130+0=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #248200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248200 is #DB7DFF. Grayscale: #575757. Windows color (decimal): -14384640 or 33316. OLE color: 33316.

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

Color convert

RGB361300-
CMYK0.72010.49
HSL103.38º100%25.49%-
HSV(B)103.38º100%50.98%-
XYZ8.7116.342.69-
YUV87.0778.8691.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 130 (51.17% from 255) = 78.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.69%
G=78.31%
B=0%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3613000.72010.49103.3810025.49
Hex248204806431676419
Octal44202011001446114714431
Binary1001001000001001001000011001001100011100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248200; }

 p { color: rgb(36,130,0); }

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

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

 a { background-color: rgb(36,130,0); }

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

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

 span { border-color: rgb(36,130,0); }

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