Html Css Color HEX #026C0F Green

📋 copy color: '#026C0F'

red 2 ◦ green 108 ◦ blue 15

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

Shades of Green #026C0F

Tints of Green #026C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 86.4%

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

R = 1.6%
G = 86.4%
B = 12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#026C0F (or 0x026C0F) is known color: Green. HEX triplet: 02, 6C and 0F. RGB value is (2,108,15). Sum of RGB (Red+Green+Blue) = 2+108+15=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 108 (42.58% from 255 or 86.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 108 - color contains mainly: green. Hex color #026C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026C0F is #FD93F0. Grayscale: #414141. Windows color (decimal): -16618481 or 1010690. OLE color: 1010690.

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

Color convert

RGB 2 108 15 -
CMYK 0.98 0 0.86 0.58
HSL 127.36º 0.96% 0.22% -
HSV(B) 127.36º 0.98% 0.42% -
XYZ 5.47 10.77 2.24 -
YUV 65.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 2 108 15 0.98 0 0.86 0.58 127.36 0.96 0.22
Hex 2 6C F 62 0 56 3A 7F 60 16
Octal 2 154 17 142 0 126 72 177 140 26
Binary 10 1101100 1111 1100010 0 1010110 111010 1111111 1100000 10110

Color Harmonies of #026C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C0F

Black with #026C0F

Text Example


Text Example

White with #026C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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