Html Css Color HEX #026A3E Jewel

📋 copy color: '#026A3E'

red 2 ◦ green 106 ◦ blue 62

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

Shades of Jewel #026A3E

Tints of Jewel #026A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 62.35%

 BLUE value IS 62 (24.61% from 255) = 36.47%

R = 1.18%
G = 62.35%
B = 36.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#026A3E (or 0x026A3E) is known color: Jewel. HEX triplet: 02, 6A and 3E. RGB value is (2,106,62). Sum of RGB (Red+Green+Blue) = 2+106+62=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 106 (41.80% from 255 or 62.35% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 106 - color contains mainly: green. Hex color #026A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A3E is #FD95C1. Grayscale: #454545. Windows color (decimal): -16618946 or 4090370. OLE color: 4090370.

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

Color convert

RGB 2 106 62 -
CMYK 0.98 0 0.42 0.58
HSL 154.62º 0.96% 0.21% -
HSV(B) 154.62º 0.98% 0.42% -
XYZ 6.05 10.67 6.3 -
YUV 69.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 2 106 62 0.98 0 0.42 0.58 154.62 0.96 0.21
Hex 2 6A 3E 62 0 2A 3A 9B 60 15
Octal 2 152 76 142 0 52 72 233 140 25
Binary 10 1101010 111110 1100010 0 101010 111010 10011011 1100000 10101

Color Harmonies of #026A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A3E

Black with #026A3E

Text Example


Text Example

White with #026A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,106,62); }

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

background-color css

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

 a { background-color: rgb(2,106,62); }

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

border-color css

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

 span { border-color: rgb(2,106,62); }

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