Html Css Color HEX #018A28 Forest Green

📋 copy color: '#018A28'

red 1 ◦ green 138 ◦ blue 40

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

Shades of Forest Green #018A28

Tints of Forest Green #018A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.35%

R = 0.56%
G = 77.09%
B = 22.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#018A28 (or 0x018A28) is known color: Forest Green. HEX triplet: 01, 8A and 28. RGB value is (1,138,40). Sum of RGB (Red+Green+Blue) = 1+138+40=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 138 (54.30% from 255 or 77.09% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 138 - color contains mainly: green. Hex color #018A28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A28 is #FE75D7. Grayscale: #565656. Windows color (decimal): -16676312 or 2656769. OLE color: 2656769.

HSL color Cylindrical-coordinate representation of color #018A28: hue angle of 137.08º 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 #018A28 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 40 -
CMYK 0.99 0 0.71 0.46
HSL 137.08º 0.99% 0.27% -
HSV(B) 137.08º 0.99% 0.54% -
XYZ 9.48 18.34 5.05 -
YUV 85.87 102.11 67.47 -
System Red Green Blue C M Y K H S L
Decimal 1 138 40 0.99 0 0.71 0.46 137.08 0.99 0.27
Hex 1 8A 28 63 0 47 2E 89 63 1B
Octal 1 212 50 143 0 107 56 211 143 33
Binary 1 10001010 101000 1100011 0 1000111 101110 10001001 1100011 11011

Color Harmonies of #018A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A28

Black with #018A28

Text Example


Text Example

White with #018A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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