Html Css Color HEX #026D3C Jewel

📋 copy color: '#026D3C'

red 2 ◦ green 109 ◦ blue 60

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

Shades of Jewel #026D3C

Tints of Jewel #026D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.09%

R = 1.17%
G = 63.74%
B = 35.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#026D3C (or 0x026D3C) is known color: Jewel. HEX triplet: 02, 6D and 3C. RGB value is (2,109,60). Sum of RGB (Red+Green+Blue) = 2+109+60=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 109 (42.97% from 255 or 63.74% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 109 - color contains mainly: green. Hex color #026D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D3C is #FD92C3. Grayscale: #474747. Windows color (decimal): -16618180 or 3960066. OLE color: 3960066.

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

Color convert

RGB 2 109 60 -
CMYK 0.98 0 0.45 0.57
HSL 152.52º 0.96% 0.22% -
HSV(B) 152.52º 0.98% 0.43% -
XYZ 6.31 11.28 6.12 -
YUV 71.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 2 109 60 0.98 0 0.45 0.57 152.52 0.96 0.22
Hex 2 6D 3C 62 0 2D 39 99 60 16
Octal 2 155 74 142 0 55 71 231 140 26
Binary 10 1101101 111100 1100010 0 101101 111001 10011001 1100000 10110

Color Harmonies of #026D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026D3C

Black with #026D3C

Text Example


Text Example

White with #026D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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