Html Css Color HEX #248225 Forest Green

📋 copy color: '#248225'

red 36 ◦ green 130 ◦ blue 37

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

Shades of Forest Green #248225

Tints of Forest Green #248225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.04%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 17.73%
G = 64.04%
B = 18.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#248225 (or 0x248225) is known color: Forest Green. HEX triplet: 24, 82 and 25. RGB value is (36,130,37). Sum of RGB (Red+Green+Blue) = 36+130+37=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #248225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248225 is #DB7DDA. Grayscale: #5B5B5B. Windows color (decimal): -14384603 or 2458148. OLE color: 2458148.

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

Color convert

RGB 36 130 37 -
CMYK 0.72 0 0.72 0.49
HSL 120.64º 0.57% 0.33% -
HSV(B) 120.64º 0.72% 0.51% -
XYZ 9.04 16.47 4.45 -
YUV 91.29 97.36 88.56 -
System Red Green Blue C M Y K H S L
Decimal 36 130 37 0.72 0 0.72 0.49 120.64 0.57 0.33
Hex 24 82 25 48 0 48 31 79 39 21
Octal 44 202 45 110 0 110 61 171 71 41
Binary 100100 10000010 100101 1001000 0 1001000 110001 1111001 111001 100001

Color Harmonies of #248225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248225

Black with #248225

Text Example


Text Example

White with #248225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248225; }

 p { color: rgb(36,130,37); }

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

background-color css

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

 a { background-color: rgb(36,130,37); }

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

border-color css

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

 span { border-color: rgb(36,130,37); }

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