Html Css Color HEX #02663E Jewel

📋 copy color: '#02663E'

red 2 ◦ green 102 ◦ blue 62

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

Shades of Jewel #02663E

Tints of Jewel #02663E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 61.45%

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

R = 1.2%
G = 61.45%
B = 37.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#02663E (or 0x02663E) is known color: Jewel. HEX triplet: 02, 66 and 3E. RGB value is (2,102,62). Sum of RGB (Red+Green+Blue) = 2+102+62=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #02663E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02663E is #FD99C1. Grayscale: #434343. Windows color (decimal): -16619970 or 4089346. OLE color: 4089346.

HSL color Cylindrical-coordinate representation of color #02663E: hue angle of 156º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02663E is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 62 -
CMYK 0.98 0 0.39 0.6
HSL 156º 0.96% 0.2% -
HSV(B) 156º 0.98% 0.4% -
XYZ 5.65 9.86 6.16 -
YUV 67.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 2 102 62 0.98 0 0.39 0.6 156 0.96 0.2
Hex 2 66 3E 62 0 27 3C 9C 60 14
Octal 2 146 76 142 0 47 74 234 140 24
Binary 10 1100110 111110 1100010 0 100111 111100 10011100 1100000 10100

Color Harmonies of #02663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02663E

Black with #02663E

Text Example


Text Example

White with #02663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02663E; }

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

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

background-color css

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

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

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

border-color css

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

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

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