Html Css Color HEX #008526 Forest Green

📋 copy color: '#008526'

red 0 ◦ green 133 ◦ blue 38

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

Shades of Forest Green #008526

Tints of Forest Green #008526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.22%

R = 0%
G = 77.78%
B = 22.22%

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

#008526 (or 0x008526) is known color: Forest Green. HEX triplet: 00, 85 and 26. RGB value is (0,133,38). Sum of RGB (Red+Green+Blue) = 0+133+38=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #008526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008526 is #FF7AD9. Grayscale: #525252. Windows color (decimal): -16743130 or 2524416. OLE color: 2524416.

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

Color convert

RGB 0 133 38 -
CMYK 1 0 0.71 0.48
HSL 137.14º 1% 0.26% -
HSV(B) 137.14º 1% 0.52% -
XYZ 8.74 16.92 4.64 -
YUV 82.4 102.94 69.22 -
System Red Green Blue C M Y K H S L
Decimal 0 133 38 1 0 0.71 0.48 137.14 1 0.26
Hex 0 85 26 64 0 47 30 89 64 1A
Octal 0 205 46 144 0 107 60 211 144 32
Binary 0 10000101 100110 1100100 0 1000111 110000 10001001 1100100 11010

Color Harmonies of #008526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008526

Black with #008526

Text Example


Text Example

White with #008526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008526; }

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

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

background-color css

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

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

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

border-color css

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

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

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