Html Css Color HEX #026D0D Green

📋 copy color: '#026D0D'

red 2 ◦ green 109 ◦ blue 13

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

Shades of Green #026D0D

Tints of Green #026D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 1.61%
G = 87.9%
B = 10.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#026D0D (or 0x026D0D) is known color: Green. HEX triplet: 02, 6D and 0D. RGB value is (2,109,13). Sum of RGB (Red+Green+Blue) = 2+109+13=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 109 (42.97% from 255 or 87.90% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 109 - color contains mainly: green. Hex color #026D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026D0D is #FD92F2. Grayscale: #424242. Windows color (decimal): -16618227 or 879874. OLE color: 879874.

HSL color Cylindrical-coordinate representation of color #026D0D: hue angle of 126.17º 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 #026D0D is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 109 13 -
CMYK 0.98 0 0.88 0.57
HSL 126.17º 0.96% 0.22% -
HSV(B) 126.17º 0.98% 0.43% -
XYZ 5.57 10.98 2.21 -
YUV 66.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 2 109 13 0.98 0 0.88 0.57 126.17 0.96 0.22
Hex 2 6D D 62 0 58 39 7E 60 16
Octal 2 155 15 142 0 130 71 176 140 26
Binary 10 1101101 1101 1100010 0 1011000 111001 1111110 1100000 10110

Color Harmonies of #026D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026D0D

Black with #026D0D

Text Example


Text Example

White with #026D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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