Html Css Color HEX #018227 Forest Green

📋 copy color: '#018227'

red 1 ◦ green 130 ◦ blue 39

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

Shades of Forest Green #018227

Tints of Forest Green #018227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.94%

R = 0.59%
G = 76.47%
B = 22.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#018227 (or 0x018227) is known color: Forest Green. HEX triplet: 01, 82 and 27. RGB value is (1,130,39). Sum of RGB (Red+Green+Blue) = 1+130+39=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 130 (51.17% from 255 or 76.47% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 130 - color contains mainly: green. Hex color #018227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018227 is #FE7DD8. Grayscale: #515151. Windows color (decimal): -16678361 or 2589185. OLE color: 2589185.

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

Color convert

RGB 1 130 39 -
CMYK 0.99 0 0.70 0.49
HSL 137.67º 0.98% 0.26% -
HSV(B) 137.67º 0.99% 0.51% -
XYZ 8.36 16.12 4.59 -
YUV 81.06 104.26 70.9 -
System Red Green Blue C M Y K H S L
Decimal 1 130 39 0.99 0 0.70 0.49 137.67 0.98 0.26
Hex 1 82 27 63 0 46 31 8A 62 1A
Octal 1 202 47 143 0 106 61 212 142 32
Binary 1 10000010 100111 1100011 0 1000110 110001 10001010 1100010 11010

Color Harmonies of #018227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018227

Black with #018227

Text Example


Text Example

White with #018227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018227; }

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

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

background-color css

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

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

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

border-color css

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

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

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