Html Css Color HEX #018224 Forest Green

📋 copy color: '#018224'

red 1 ◦ green 130 ◦ blue 36

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

Shades of Forest Green #018224

Tints of Forest Green #018224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 77.84%

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

R = 0.6%
G = 77.84%
B = 21.56%

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

#018224 (or 0x018224) is known color: Forest Green. HEX triplet: 01, 82 and 24. RGB value is (1,130,36). Sum of RGB (Red+Green+Blue) = 1+130+36=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #018224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018224 is #FE7DDB. Grayscale: #505050. Windows color (decimal): -16678364 or 2392577. OLE color: 2392577.

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

Color convert

RGB 1 130 36 -
CMYK 0.99 0 0.72 0.49
HSL 136.28º 0.98% 0.26% -
HSV(B) 136.28º 0.99% 0.51% -
XYZ 8.31 16.1 4.34 -
YUV 80.71 102.76 71.14 -
System Red Green Blue C M Y K H S L
Decimal 1 130 36 0.99 0 0.72 0.49 136.28 0.98 0.26
Hex 1 82 24 63 0 48 31 88 62 1A
Octal 1 202 44 143 0 110 61 210 142 32
Binary 1 10000010 100100 1100011 0 1001000 110001 10001000 1100010 11010

Color Harmonies of #018224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018224

Black with #018224

Text Example


Text Example

White with #018224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018224; }

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

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

background-color css

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

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

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

border-color css

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

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

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