Html Css Color HEX #02673B Jewel

📋 copy color: '#02673B'

red 2 ◦ green 103 ◦ blue 59

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

Shades of Jewel #02673B

Tints of Jewel #02673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.8%

 BLUE value IS 59 (23.44% from 255) = 35.98%

R = 1.22%
G = 62.8%
B = 35.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.60

RGB Variations

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

Color information

#02673B (or 0x02673B) is known color: Jewel. HEX triplet: 02, 67 and 3B. RGB value is (2,103,59). Sum of RGB (Red+Green+Blue) = 2+103+59=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #02673B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02673B is #FD98C4. Grayscale: #434343. Windows color (decimal): -16619717 or 3892994. OLE color: 3892994.

HSL color Cylindrical-coordinate representation of color #02673B: hue angle of 153.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02673B is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 103 59 -
CMYK 0.98 0 0.43 0.60
HSL 153.86º 0.96% 0.21% -
HSV(B) 153.86º 0.98% 0.4% -
XYZ 5.66 10.03 5.77 -
YUV 67.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 2 103 59 0.98 0 0.43 0.60 153.86 0.96 0.21
Hex 2 67 3B 62 0 2B 3C 9A 60 15
Octal 2 147 73 142 0 53 74 232 140 25
Binary 10 1100111 111011 1100010 0 101011 111100 10011010 1100000 10101

Color Harmonies of #02673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02673B

Black with #02673B

Text Example


Text Example

White with #02673B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02673B; }

 p { color: rgb(2,103,59); }

 H1.HeaderClassName
 {
   color: #02673B;
 }
 .AnyTagClassName
 {
   color: #02673B;
 }
</style>

background-color css

<style>
 a { background-color: #02673B; }

 a { background-color: rgb(2,103,59); }

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

border-color css

<style>
 span { border-color: #02673B; }

 span { border-color: rgb(2,103,59); }

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