Html Css Color HEX #258225 Forest Green

📋 copy color: '#258225'

red 37 ◦ green 130 ◦ blue 37

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

Shades of Forest Green #258225

Tints of Forest Green #258225

RGB

 RED value IS 37 (14.84% from 255) = 18.14%

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

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

R = 18.14%
G = 63.73%
B = 18.14%

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

#258225 (or 0x258225) is known color: Forest Green. HEX triplet: 25, 82 and 25. RGB value is (37,130,37). Sum of RGB (Red+Green+Blue) = 37+130+37=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #258225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258225 is #DA7DDA. Grayscale: #5B5B5B. Windows color (decimal): -14319067 or 2458149. OLE color: 2458149.

HSL color Cylindrical-coordinate representation of color #258225: hue angle of 120º degrees, saturation: 0.56, 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 #258225 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 37 -
CMYK 0.72 0 0.72 0.49
HSL 120º 0.56% 0.33% -
HSV(B) 120º 0.72% 0.51% -
XYZ 9.08 16.49 4.46 -
YUV 91.59 97.19 89.06 -
System Red Green Blue C M Y K H S L
Decimal 37 130 37 0.72 0 0.72 0.49 120 0.56 0.33
Hex 25 82 25 48 0 48 31 78 38 21
Octal 45 202 45 110 0 110 61 170 70 41
Binary 100101 10000010 100101 1001000 0 1001000 110001 1111000 111000 100001

Color Harmonies of #258225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258225

Black with #258225

Text Example


Text Example

White with #258225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258225; }

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

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

background-color css

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

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

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

border-color css

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

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

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