Html Css Color HEX #018124 Forest Green

📋 copy color: '#018124'

red 1 ◦ green 129 ◦ blue 36

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

Shades of Forest Green #018124

Tints of Forest Green #018124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.69%

R = 0.6%
G = 77.71%
B = 21.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#018124 (or 0x018124) is known color: Forest Green. HEX triplet: 01, 81 and 24. RGB value is (1,129,36). Sum of RGB (Red+Green+Blue) = 1+129+36=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 129 (50.78% from 255 or 77.71% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 129 - color contains mainly: green. Hex color #018124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018124 is #FE7EDB. Grayscale: #505050. Windows color (decimal): -16678620 or 2392321. OLE color: 2392321.

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

Color convert

RGB 1 129 36 -
CMYK 0.99 0 0.72 0.49
HSL 136.41º 0.98% 0.25% -
HSV(B) 136.41º 0.99% 0.51% -
XYZ 8.18 15.83 4.29 -
YUV 80.13 103.09 71.56 -
System Red Green Blue C M Y K H S L
Decimal 1 129 36 0.99 0 0.72 0.49 136.41 0.98 0.25
Hex 1 81 24 63 0 48 31 88 62 19
Octal 1 201 44 143 0 110 61 210 142 31
Binary 1 10000001 100100 1100011 0 1001000 110001 10001000 1100010 11001

Color Harmonies of #018124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018124

Black with #018124

Text Example


Text Example

White with #018124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018124; }

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

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

background-color css

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

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

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

border-color css

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

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

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