Html Css Color HEX #018226 Forest Green

📋 copy color: '#018226'

red 1 ◦ green 130 ◦ blue 38

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

Shades of Forest Green #018226

Tints of Forest Green #018226

RGB

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

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

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

R = 0.59%
G = 76.92%
B = 22.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#018226 (or 0x018226) is known color: Forest Green. HEX triplet: 01, 82 and 26. RGB value is (1,130,38). Sum of RGB (Red+Green+Blue) = 1+130+38=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #018226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018226 is #FE7DD9. Grayscale: #515151. Windows color (decimal): -16678362 or 2523649. OLE color: 2523649.

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

Color convert

RGB 1 130 38 -
CMYK 0.99 0 0.71 0.49
HSL 137.21º 0.98% 0.26% -
HSV(B) 137.21º 0.99% 0.51% -
XYZ 8.35 16.11 4.5 -
YUV 80.94 103.76 70.98 -
System Red Green Blue C M Y K H S L
Decimal 1 130 38 0.99 0 0.71 0.49 137.21 0.98 0.26
Hex 1 82 26 63 0 47 31 89 62 1A
Octal 1 202 46 143 0 107 61 211 142 32
Binary 1 10000010 100110 1100011 0 1000111 110001 10001001 1100010 11010

Color Harmonies of #018226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018226

Black with #018226

Text Example


Text Example

White with #018226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018226; }

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

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

background-color css

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

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

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

border-color css

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

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

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