Html Css Color HEX #248D28 Forest Green

📋 copy color: '#248D28'

red 36 ◦ green 141 ◦ blue 40

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

Shades of Forest Green #248D28

Tints of Forest Green #248D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 64.98%

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

R = 16.59%
G = 64.98%
B = 18.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#248D28 (or 0x248D28) is known color: Forest Green. HEX triplet: 24, 8D and 28. RGB value is (36,141,40). Sum of RGB (Red+Green+Blue) = 36+141+40=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 141 (55.47% from 255 or 64.98% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 141 - color contains mainly: green. Hex color #248D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D28 is #DB72D7. Grayscale: #626262. Windows color (decimal): -14381784 or 2657572. OLE color: 2657572.

HSL color Cylindrical-coordinate representation of color #248D28: hue angle of 122.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D28 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 40 -
CMYK 0.74 0 0.72 0.45
HSL 122.29º 0.59% 0.35% -
HSV(B) 122.29º 0.74% 0.55% -
XYZ 10.64 19.58 5.23 -
YUV 98.09 95.21 83.71 -
System Red Green Blue C M Y K H S L
Decimal 36 141 40 0.74 0 0.72 0.45 122.29 0.59 0.35
Hex 24 8D 28 4A 0 48 2D 7A 3B 23
Octal 44 215 50 112 0 110 55 172 73 43
Binary 100100 10001101 101000 1001010 0 1001000 101101 1111010 111011 100011

Color Harmonies of #248D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D28

Black with #248D28

Text Example


Text Example

White with #248D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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