Html Css Color HEX #248528 Forest Green

📋 copy color: '#248528'

red 36 ◦ green 133 ◦ blue 40

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

Shades of Forest Green #248528

Tints of Forest Green #248528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.64%

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

R = 17.22%
G = 63.64%
B = 19.14%

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

#248528 (or 0x248528) is known color: Forest Green. HEX triplet: 24, 85 and 28. RGB value is (36,133,40). Sum of RGB (Red+Green+Blue) = 36+133+40=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #248528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248528 is #DB7AD7. Grayscale: #5D5D5D. Windows color (decimal): -14383832 or 2655524. OLE color: 2655524.

HSL color Cylindrical-coordinate representation of color #248528: hue angle of 122.47º 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 #248528 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 40 -
CMYK 0.73 0 0.70 0.48
HSL 122.47º 0.57% 0.33% -
HSV(B) 122.47º 0.73% 0.52% -
XYZ 9.5 17.3 4.85 -
YUV 93.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 36 133 40 0.73 0 0.70 0.48 122.47 0.57 0.33
Hex 24 85 28 49 0 46 30 7A 39 21
Octal 44 205 50 111 0 106 60 172 71 41
Binary 100100 10000101 101000 1001001 0 1000110 110000 1111010 111001 100001

Color Harmonies of #248528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248528

Black with #248528

Text Example


Text Example

White with #248528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248528; }

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

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

background-color css

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

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

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

border-color css

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

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

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