Html Css Color HEX #018125 Forest Green

📋 copy color: '#018125'

red 1 ◦ green 129 ◦ blue 37

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

Shades of Forest Green #018125

Tints of Forest Green #018125

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

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

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

R = 0.6%
G = 77.25%
B = 22.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#018125 (or 0x018125) is known color: Forest Green. HEX triplet: 01, 81 and 25. RGB value is (1,129,37). Sum of RGB (Red+Green+Blue) = 1+129+37=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 129 (50.78% from 255 or 77.25% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 129 - color contains mainly: green. Hex color #018125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018125 is #FE7EDA. Grayscale: #505050. Windows color (decimal): -16678619 or 2457857. OLE color: 2457857.

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

Color convert

RGB 1 129 37 -
CMYK 0.99 0 0.71 0.49
HSL 136.88º 0.98% 0.25% -
HSV(B) 136.88º 0.99% 0.51% -
XYZ 8.2 15.84 4.38 -
YUV 80.24 103.59 71.48 -
System Red Green Blue C M Y K H S L
Decimal 1 129 37 0.99 0 0.71 0.49 136.88 0.98 0.25
Hex 1 81 25 63 0 47 31 89 62 19
Octal 1 201 45 143 0 107 61 211 142 31
Binary 1 10000001 100101 1100011 0 1000111 110001 10001001 1100010 11001

Color Harmonies of #018125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018125

Black with #018125

Text Example


Text Example

White with #018125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018125; }

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

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

background-color css

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

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

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

border-color css

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

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

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