#248400

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

Shades of Forest Green #248400

Tints of Forest Green #248400

Color information

#248400 (or 0x248400) is unknown color: approx Forest Green. HEX triplet: 24, 84 and 00. RGB value is (36,132,0). Sum of RGB (Red+Green+Blue) = 36+132+0=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 132 (51.95% from 255 or 78.57% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 132 - color contains mainly: green. Hex color #248400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248400 is #DB7BFF. Grayscale: #585858. Windows color (decimal): -14384128 or 33828. OLE color: 33828.

HSL color Cylindrical-coordinate representation of color #248400: hue angle of 103.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #248400 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB361320-
CMYK0.73010.48
HSL103.64º100%25.88%-
HSV(B)103.64º100%51.76%-
XYZ8.9816.882.78-
YUV88.2578.290.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.43%
GREEN value IS 132 (51.95% from 255) = 78.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.43%
G=78.57%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3613200.73010.48103.6410025.88
Hex24840490643068641a
Octal44204011101446015014432
Binary1001001000010001001001011001001100001101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248400; }

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

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

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

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

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

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

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

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