Html Css Color HEX #02633D Jewel

📋 copy color: '#02633D'

red 2 ◦ green 99 ◦ blue 61

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

Shades of Jewel #02633D

Tints of Jewel #02633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 1.23%
G = 61.11%
B = 37.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#02633D (or 0x02633D) is known color: Jewel. HEX triplet: 02, 63 and 3D. RGB value is (2,99,61). Sum of RGB (Red+Green+Blue) = 2+99+61=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #02633D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02633D is #FD9CC2. Grayscale: #414141. Windows color (decimal): -16620739 or 4023042. OLE color: 4023042.

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

Color convert

RGB 2 99 61 -
CMYK 0.98 0 0.38 0.61
HSL 156.49º 0.96% 0.2% -
HSV(B) 156.49º 0.98% 0.39% -
XYZ 5.33 9.27 5.92 -
YUV 65.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 2 99 61 0.98 0 0.38 0.61 156.49 0.96 0.2
Hex 2 63 3D 62 0 26 3D 9C 60 14
Octal 2 143 75 142 0 46 75 234 140 24
Binary 10 1100011 111101 1100010 0 100110 111101 10011100 1100000 10100

Color Harmonies of #02633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02633D

Black with #02633D

Text Example


Text Example

White with #02633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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