Html Css Color HEX #008525 Forest Green

📋 copy color: '#008525'

red 0 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #008525

Tints of Forest Green #008525

RGB

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

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

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

R = 0%
G = 78.24%
B = 21.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#008525 (or 0x008525) is known color: Forest Green. HEX triplet: 00, 85 and 25. RGB value is (0,133,37). Sum of RGB (Red+Green+Blue) = 0+133+37=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #008525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008525 is #FF7ADA. Grayscale: #525252. Windows color (decimal): -16743131 or 2458880. OLE color: 2458880.

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

Color convert

RGB 0 133 37 -
CMYK 1 0 0.72 0.48
HSL 136.69º 1% 0.26% -
HSV(B) 136.69º 1% 0.52% -
XYZ 8.72 16.91 4.55 -
YUV 82.29 102.44 69.31 -
System Red Green Blue C M Y K H S L
Decimal 0 133 37 1 0 0.72 0.48 136.69 1 0.26
Hex 0 85 25 64 0 48 30 89 64 1A
Octal 0 205 45 144 0 110 60 211 144 32
Binary 0 10000101 100101 1100100 0 1001000 110000 10001001 1100100 11010

Color Harmonies of #008525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008525

Black with #008525

Text Example


Text Example

White with #008525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008525; }

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

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

background-color css

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

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

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

border-color css

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

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

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