Html Css Color HEX #026D0F Green

📋 copy color: '#026D0F'

red 2 ◦ green 109 ◦ blue 15

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

Shades of Green #026D0F

Tints of Green #026D0F

RGB

 RED value IS 2 (1.17% from 255) = 1.59%

 GREEN value IS 109 (42.97% from 255) = 86.51%

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 1.59%
G = 86.51%
B = 11.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#026D0F (or 0x026D0F) is known color: Green. HEX triplet: 02, 6D and 0F. RGB value is (2,109,15). Sum of RGB (Red+Green+Blue) = 2+109+15=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 109 (42.97% from 255 or 86.51% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 109 - color contains mainly: green. Hex color #026D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026D0F is #FD92F0. Grayscale: #424242. Windows color (decimal): -16618225 or 1010946. OLE color: 1010946.

HSL color Cylindrical-coordinate representation of color #026D0F: hue angle of 127.29º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D0F is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 109 15 -
CMYK 0.98 0 0.86 0.57
HSL 127.29º 0.96% 0.22% -
HSV(B) 127.29º 0.98% 0.43% -
XYZ 5.58 10.98 2.28 -
YUV 66.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 2 109 15 0.98 0 0.86 0.57 127.29 0.96 0.22
Hex 2 6D F 62 0 56 39 7F 60 16
Octal 2 155 17 142 0 126 71 177 140 26
Binary 10 1101101 1111 1100010 0 1010110 111001 1111111 1100000 10110

Color Harmonies of #026D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026D0F

Black with #026D0F

Text Example


Text Example

White with #026D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026D0F; }

 p { color: rgb(2,109,15); }

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

background-color css

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

 a { background-color: rgb(2,109,15); }

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

border-color css

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

 span { border-color: rgb(2,109,15); }

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