Html Css Color HEX #026213 Green

📋 copy color: '#026213'

red 2 ◦ green 98 ◦ blue 19

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

Shades of Green #026213

Tints of Green #026213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 82.35%

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

R = 1.68%
G = 82.35%
B = 15.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#026213 (or 0x026213) is known color: Green. HEX triplet: 02, 62 and 13. RGB value is (2,98,19). Sum of RGB (Red+Green+Blue) = 2+98+19=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #026213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026213 is #FD9DEC. Grayscale: #3C3C3C. Windows color (decimal): -16621037 or 1270274. OLE color: 1270274.

HSL color Cylindrical-coordinate representation of color #026213: hue angle of 130.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026213 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 98 19 -
CMYK 0.98 0 0.81 0.62
HSL 130.63º 0.96% 0.2% -
HSV(B) 130.63º 0.98% 0.38% -
XYZ 4.51 8.8 2.08 -
YUV 60.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 2 98 19 0.98 0 0.81 0.62 130.63 0.96 0.2
Hex 2 62 13 62 0 51 3E 83 60 14
Octal 2 142 23 142 0 121 76 203 140 24
Binary 10 1100010 10011 1100010 0 1010001 111110 10000011 1100000 10100

Color Harmonies of #026213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026213

Black with #026213

Text Example


Text Example

White with #026213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026213; }

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

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

background-color css

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

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

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

border-color css

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

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

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