Html Css Color HEX #018A21 Forest Green

📋 copy color: '#018A21'

red 1 ◦ green 138 ◦ blue 33

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

Shades of Forest Green #018A21

Tints of Forest Green #018A21

RGB

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

 GREEN value IS 138 (54.3% from 255) = 80.23%

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 0.58%
G = 80.23%
B = 19.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#018A21 (or 0x018A21) is known color: Forest Green. HEX triplet: 01, 8A and 21. RGB value is (1,138,33). Sum of RGB (Red+Green+Blue) = 1+138+33=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 138 (54.30% from 255 or 80.23% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 138 - color contains mainly: green. Hex color #018A21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A21 is #FE75DE. Grayscale: #555555. Windows color (decimal): -16676319 or 2198017. OLE color: 2198017.

HSL color Cylindrical-coordinate representation of color #018A21: hue angle of 134.01º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A21 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 33 -
CMYK 0.99 0 0.76 0.46
HSL 134.01º 0.99% 0.27% -
HSV(B) 134.01º 0.99% 0.54% -
XYZ 9.38 18.29 4.48 -
YUV 85.07 98.61 68.04 -
System Red Green Blue C M Y K H S L
Decimal 1 138 33 0.99 0 0.76 0.46 134.01 0.99 0.27
Hex 1 8A 21 63 0 4C 2E 86 63 1B
Octal 1 212 41 143 0 114 56 206 143 33
Binary 1 10001010 100001 1100011 0 1001100 101110 10000110 1100011 11011

Color Harmonies of #018A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A21

Black with #018A21

Text Example


Text Example

White with #018A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A21; }

 p { color: rgb(1,138,33); }

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

background-color css

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

 a { background-color: rgb(1,138,33); }

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

border-color css

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

 span { border-color: rgb(1,138,33); }

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