Html Css Color HEX #248428 Forest Green

📋 copy color: '#248428'

red 36 ◦ green 132 ◦ blue 40

#248428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #248428

Tints of Forest Green #248428

RGB

 RED value IS 36 (14.45% from 255) = 17.31%

 GREEN value IS 132 (51.95% from 255) = 63.46%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 17.31%
G = 63.46%
B = 19.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#248428 (or 0x248428) is known color: Forest Green. HEX triplet: 24, 84 and 28. RGB value is (36,132,40). Sum of RGB (Red+Green+Blue) = 36+132+40=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #248428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248428 is #DB7BD7. Grayscale: #5D5D5D. Windows color (decimal): -14384088 or 2655268. OLE color: 2655268.

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

Color convert

RGB 36 132 40 -
CMYK 0.73 0 0.70 0.48
HSL 122.5º 0.57% 0.33% -
HSV(B) 122.5º 0.73% 0.52% -
XYZ 9.36 17.03 4.8 -
YUV 92.81 98.2 87.48 -
System Red Green Blue C M Y K H S L
Decimal 36 132 40 0.73 0 0.70 0.48 122.5 0.57 0.33
Hex 24 84 28 49 0 46 30 7B 39 21
Octal 44 204 50 111 0 106 60 173 71 41
Binary 100100 10000100 101000 1001001 0 1000110 110000 1111011 111001 100001

Color Harmonies of #248428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248428

Black with #248428

Text Example


Text Example

White with #248428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248428; }

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

 H1.HeaderClassName
 {
   color: #248428;
 }
 .AnyTagClassName
 {
   color: #248428;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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