Html Css Color HEX #02663F Jewel

📋 copy color: '#02663F'

red 2 ◦ green 102 ◦ blue 63

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

Shades of Jewel #02663F

Tints of Jewel #02663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.72%

R = 1.2%
G = 61.08%
B = 37.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#02663F (or 0x02663F) is known color: Jewel. HEX triplet: 02, 66 and 3F. RGB value is (2,102,63). Sum of RGB (Red+Green+Blue) = 2+102+63=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #02663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02663F is #FD99C0. Grayscale: #434343. Windows color (decimal): -16619969 or 4154882. OLE color: 4154882.

HSL color Cylindrical-coordinate representation of color #02663F: hue angle of 156.6º 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 #02663F is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 63 -
CMYK 0.98 0 0.38 0.6
HSL 156.6º 0.96% 0.2% -
HSV(B) 156.6º 0.98% 0.4% -
XYZ 5.67 9.87 6.31 -
YUV 67.65 125.37 81.17 -
System Red Green Blue C M Y K H S L
Decimal 2 102 63 0.98 0 0.38 0.6 156.6 0.96 0.2
Hex 2 66 3F 62 0 26 3C 9D 60 14
Octal 2 146 77 142 0 46 74 235 140 24
Binary 10 1100110 111111 1100010 0 100110 111100 10011101 1100000 10100

Color Harmonies of #02663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02663F

Black with #02663F

Text Example


Text Example

White with #02663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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