Html Css Color HEX #02633C Jewel

📋 copy color: '#02633C'

red 2 ◦ green 99 ◦ blue 60

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

Shades of Jewel #02633C

Tints of Jewel #02633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.49%

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

R = 1.24%
G = 61.49%
B = 37.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#02633C (or 0x02633C) is known color: Jewel. HEX triplet: 02, 63 and 3C. RGB value is (2,99,60). Sum of RGB (Red+Green+Blue) = 2+99+60=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #02633C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02633C is #FD9CC3. Grayscale: #414141. Windows color (decimal): -16620740 or 3957506. OLE color: 3957506.

HSL color Cylindrical-coordinate representation of color #02633C: hue angle of 155.88º 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 #02633C is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 99 60 -
CMYK 0.98 0 0.39 0.61
HSL 155.88º 0.96% 0.2% -
HSV(B) 155.88º 0.98% 0.39% -
XYZ 5.3 9.26 5.78 -
YUV 65.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 2 99 60 0.98 0 0.39 0.61 155.88 0.96 0.2
Hex 2 63 3C 62 0 27 3D 9C 60 14
Octal 2 143 74 142 0 47 75 234 140 24
Binary 10 1100011 111100 1100010 0 100111 111101 10011100 1100000 10100

Color Harmonies of #02633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02633C

Black with #02633C

Text Example


Text Example

White with #02633C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02633C;
 }
 .AnyTagClassName
 {
   color: #02633C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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