#02633E

Color #02633E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #02633E

Tints of Jewel #02633E

Color information

#02633E (or 0x02633E) is unknown color: approx Jewel. HEX triplet: 02, 63 and 3E. RGB value is (2,99,62). Sum of RGB (Red+Green+Blue) = 2+99+62=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #02633E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02633E is #FD9CC1. Grayscale: #414141. Windows color (decimal): -16620738 or 4088578. OLE color: 4088578.

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

Color convert

RGB29962-
CMYK0.9800.370.61
HSL157.11º96.04%19.8%-
HSV(B)157.11º97.98%38.82%-
XYZ5.369.286.07-
YUV65.78125.8682.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 99 (39.06% from 255) = 60.74%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=1.23%
G=60.74%
B=38.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299620.9800.370.61157.1196.0419.8
Hex2633E620253D9d6014
Octal2143761420457523514024
Binary1011000111111101100010010010111110110011101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02633E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02633E;
 }
 .AnyTagClassName
 {
   color: #02633E;
 }
</style>
background-color css

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

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

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

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

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

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