Html Css Color HEX #248128 Forest Green

📋 copy color: '#248128'

red 36 ◦ green 129 ◦ blue 40

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

Shades of Forest Green #248128

Tints of Forest Green #248128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 62.93%

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

R = 17.56%
G = 62.93%
B = 19.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#248128 (or 0x248128) is known color: Forest Green. HEX triplet: 24, 81 and 28. RGB value is (36,129,40). Sum of RGB (Red+Green+Blue) = 36+129+40=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #248128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248128 is #DB7ED7. Grayscale: #5B5B5B. Windows color (decimal): -14384856 or 2654500. OLE color: 2654500.

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

Color convert

RGB 36 129 40 -
CMYK 0.72 0 0.69 0.49
HSL 122.58º 0.56% 0.32% -
HSV(B) 122.58º 0.72% 0.51% -
XYZ 8.96 16.23 4.67 -
YUV 91.05 99.19 88.74 -
System Red Green Blue C M Y K H S L
Decimal 36 129 40 0.72 0 0.69 0.49 122.58 0.56 0.32
Hex 24 81 28 48 0 45 31 7B 38 20
Octal 44 201 50 110 0 105 61 173 70 40
Binary 100100 10000001 101000 1001000 0 1000101 110001 1111011 111000 100000

Color Harmonies of #248128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248128

Black with #248128

Text Example


Text Example

White with #248128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248128; }

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

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

background-color css

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

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

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

border-color css

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

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

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