Html Css Color HEX #008125 Forest Green

📋 copy color: '#008125'

red 0 ◦ green 129 ◦ blue 37

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

Shades of Forest Green #008125

Tints of Forest Green #008125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 77.71%

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

R = 0%
G = 77.71%
B = 22.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#008125 (or 0x008125) is known color: Forest Green. HEX triplet: 00, 81 and 25. RGB value is (0,129,37). Sum of RGB (Red+Green+Blue) = 0+129+37=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 129 (50.78% from 255 or 77.71% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 129 - color contains mainly: green. Hex color #008125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008125 is #FF7EDA. Grayscale: #505050. Windows color (decimal): -16744155 or 2457856. OLE color: 2457856.

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

Color convert

RGB 0 129 37 -
CMYK 1 0 0.71 0.49
HSL 137.21º 1% 0.25% -
HSV(B) 137.21º 1% 0.51% -
XYZ 8.18 15.83 4.38 -
YUV 79.94 103.76 70.98 -
System Red Green Blue C M Y K H S L
Decimal 0 129 37 1 0 0.71 0.49 137.21 1 0.25
Hex 0 81 25 64 0 47 31 89 64 19
Octal 0 201 45 144 0 107 61 211 144 31
Binary 0 10000001 100101 1100100 0 1000111 110001 10001001 1100100 11001

Color Harmonies of #008125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008125

Black with #008125

Text Example


Text Example

White with #008125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008125; }

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

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

background-color css

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

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

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

border-color css

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

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

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