Html Css Color HEX #026813 Green

📋 copy color: '#026813'

red 2 ◦ green 104 ◦ blue 19

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

Shades of Green #026813

Tints of Green #026813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 83.2%

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 1.6%
G = 83.2%
B = 15.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#026813 (or 0x026813) is known color: Green. HEX triplet: 02, 68 and 13. RGB value is (2,104,19). Sum of RGB (Red+Green+Blue) = 2+104+19=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #026813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026813 is #FD97EC. Grayscale: #404040. Windows color (decimal): -16619501 or 1271810. OLE color: 1271810.

HSL color Cylindrical-coordinate representation of color #026813: hue angle of 130º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026813 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 104 19 -
CMYK 0.98 0 0.82 0.59
HSL 130º 0.96% 0.21% -
HSV(B) 130º 0.98% 0.41% -
XYZ 5.09 9.96 2.27 -
YUV 63.81 102.71 83.91 -
System Red Green Blue C M Y K H S L
Decimal 2 104 19 0.98 0 0.82 0.59 130 0.96 0.21
Hex 2 68 13 62 0 52 3B 82 60 15
Octal 2 150 23 142 0 122 73 202 140 25
Binary 10 1101000 10011 1100010 0 1010010 111011 10000010 1100000 10101

Color Harmonies of #026813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026813

Black with #026813

Text Example


Text Example

White with #026813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026813; }

 p { color: rgb(2,104,19); }

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

background-color css

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

 a { background-color: rgb(2,104,19); }

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

border-color css

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

 span { border-color: rgb(2,104,19); }

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