Html Css Color HEX #02603D Jewel

📋 copy color: '#02603D'

red 2 ◦ green 96 ◦ blue 61

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

Shades of Jewel #02603D

Tints of Jewel #02603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.38%

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

R = 1.26%
G = 60.38%
B = 38.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#02603D (or 0x02603D) is known color: Jewel. HEX triplet: 02, 60 and 3D. RGB value is (2,96,61). Sum of RGB (Red+Green+Blue) = 2+96+61=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #02603D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02603D is #FD9FC2. Grayscale: #3F3F3F. Windows color (decimal): -16621507 or 4022274. OLE color: 4022274.

HSL color Cylindrical-coordinate representation of color #02603D: hue angle of 157.66º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02603D is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 96 61 -
CMYK 0.98 0 0.36 0.62
HSL 157.66º 0.96% 0.19% -
HSV(B) 157.66º 0.98% 0.38% -
XYZ 5.05 8.72 5.83 -
YUV 63.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 2 96 61 0.98 0 0.36 0.62 157.66 0.96 0.19
Hex 2 60 3D 62 0 24 3E 9E 60 13
Octal 2 140 75 142 0 44 76 236 140 23
Binary 10 1100000 111101 1100010 0 100100 111110 10011110 1100000 10011

Color Harmonies of #02603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02603D

Black with #02603D

Text Example


Text Example

White with #02603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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