Html Css Color HEX #008225 Forest Green

📋 copy color: '#008225'

red 0 ◦ green 130 ◦ blue 37

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

Shades of Forest Green #008225

Tints of Forest Green #008225

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 77.84%
B = 22.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#008225 (or 0x008225) is known color: Forest Green. HEX triplet: 00, 82 and 25. RGB value is (0,130,37). Sum of RGB (Red+Green+Blue) = 0+130+37=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #008225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008225 is #FF7DDA. Grayscale: #505050. Windows color (decimal): -16743899 or 2458112. OLE color: 2458112.

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

Color convert

RGB 0 130 37 -
CMYK 1 0 0.72 0.49
HSL 137.08º 1% 0.25% -
HSV(B) 137.08º 1% 0.51% -
XYZ 8.32 16.1 4.42 -
YUV 80.53 103.43 70.56 -
System Red Green Blue C M Y K H S L
Decimal 0 130 37 1 0 0.72 0.49 137.08 1 0.25
Hex 0 82 25 64 0 48 31 89 64 19
Octal 0 202 45 144 0 110 61 211 144 31
Binary 0 10000010 100101 1100100 0 1001000 110001 10001001 1100100 11001

Color Harmonies of #008225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008225

Black with #008225

Text Example


Text Example

White with #008225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008225; }

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

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

background-color css

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

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

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

border-color css

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

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

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