Html Css Color HEX #02663A Jewel

📋 copy color: '#02663A'

red 2 ◦ green 102 ◦ blue 58

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

Shades of Jewel #02663A

Tints of Jewel #02663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 1.23%
G = 62.96%
B = 35.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#02663A (or 0x02663A) is known color: Jewel. HEX triplet: 02, 66 and 3A. RGB value is (2,102,58). Sum of RGB (Red+Green+Blue) = 2+102+58=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #02663A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02663A is #FD99C5. Grayscale: #434343. Windows color (decimal): -16619974 or 3827202. OLE color: 3827202.

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

Color convert

RGB 2 102 58 -
CMYK 0.98 0 0.43 0.6
HSL 153.6º 0.96% 0.2% -
HSV(B) 153.6º 0.98% 0.4% -
XYZ 5.54 9.82 5.61 -
YUV 67.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 2 102 58 0.98 0 0.43 0.6 153.6 0.96 0.2
Hex 2 66 3A 62 0 2B 3C 9A 60 14
Octal 2 146 72 142 0 53 74 232 140 24
Binary 10 1100110 111010 1100010 0 101011 111100 10011010 1100000 10100

Color Harmonies of #02663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02663A

Black with #02663A

Text Example


Text Example

White with #02663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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