Html Css Color HEX #018A26 Forest Green

📋 copy color: '#018A26'

red 1 ◦ green 138 ◦ blue 38

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

Shades of Forest Green #018A26

Tints of Forest Green #018A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.47%

R = 0.56%
G = 77.97%
B = 21.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#018A26 (or 0x018A26) is known color: Forest Green. HEX triplet: 01, 8A and 26. RGB value is (1,138,38). Sum of RGB (Red+Green+Blue) = 1+138+38=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 138 (54.30% from 255 or 77.97% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 138 - color contains mainly: green. Hex color #018A26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A26 is #FE75D9. Grayscale: #555555. Windows color (decimal): -16676314 or 2525697. OLE color: 2525697.

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

Color convert

RGB 1 138 38 -
CMYK 0.99 0 0.72 0.46
HSL 136.2º 0.99% 0.27% -
HSV(B) 136.2º 0.99% 0.54% -
XYZ 9.45 18.32 4.87 -
YUV 85.64 101.11 67.63 -
System Red Green Blue C M Y K H S L
Decimal 1 138 38 0.99 0 0.72 0.46 136.2 0.99 0.27
Hex 1 8A 26 63 0 48 2E 88 63 1B
Octal 1 212 46 143 0 110 56 210 143 33
Binary 1 10001010 100110 1100011 0 1001000 101110 10001000 1100011 11011

Color Harmonies of #018A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A26

Black with #018A26

Text Example


Text Example

White with #018A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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