Html Css Color HEX #008527 Forest Green

📋 copy color: '#008527'

red 0 ◦ green 133 ◦ blue 39

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

Shades of Forest Green #008527

Tints of Forest Green #008527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.67%

R = 0%
G = 77.33%
B = 22.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#008527 (or 0x008527) is known color: Forest Green. HEX triplet: 00, 85 and 27. RGB value is (0,133,39). Sum of RGB (Red+Green+Blue) = 0+133+39=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #008527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008527 is #FF7AD8. Grayscale: #525252. Windows color (decimal): -16743129 or 2589952. OLE color: 2589952.

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

Color convert

RGB 0 133 39 -
CMYK 1 0 0.71 0.48
HSL 137.59º 1% 0.26% -
HSV(B) 137.59º 1% 0.52% -
XYZ 8.75 16.92 4.72 -
YUV 82.52 103.44 69.14 -
System Red Green Blue C M Y K H S L
Decimal 0 133 39 1 0 0.71 0.48 137.59 1 0.26
Hex 0 85 27 64 0 47 30 8A 64 1A
Octal 0 205 47 144 0 107 60 212 144 32
Binary 0 10000101 100111 1100100 0 1000111 110000 10001010 1100100 11010

Color Harmonies of #008527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008527

Black with #008527

Text Example


Text Example

White with #008527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008527; }

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

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

background-color css

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

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

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

border-color css

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

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

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