Html Css Color HEX #02733C Jewel

📋 copy color: '#02733C'

red 2 ◦ green 115 ◦ blue 60

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

Shades of Jewel #02733C

Tints of Jewel #02733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 64.97%

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

R = 1.13%
G = 64.97%
B = 33.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#02733C (or 0x02733C) is known color: Jewel. HEX triplet: 02, 73 and 3C. RGB value is (2,115,60). Sum of RGB (Red+Green+Blue) = 2+115+60=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #02733C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02733C is #FD8CC3. Grayscale: #4B4B4B. Windows color (decimal): -16616644 or 3961602. OLE color: 3961602.

HSL color Cylindrical-coordinate representation of color #02733C: hue angle of 150.8º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02733C is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 115 60 -
CMYK 0.98 0 0.48 0.55
HSL 150.8º 0.97% 0.23% -
HSV(B) 150.8º 0.98% 0.45% -
XYZ 6.97 12.6 6.34 -
YUV 74.94 119.56 75.97 -
System Red Green Blue C M Y K H S L
Decimal 2 115 60 0.98 0 0.48 0.55 150.8 0.97 0.23
Hex 2 73 3C 62 0 30 37 97 61 17
Octal 2 163 74 142 0 60 67 227 141 27
Binary 10 1110011 111100 1100010 0 110000 110111 10010111 1100001 10111

Color Harmonies of #02733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02733C

Black with #02733C

Text Example


Text Example

White with #02733C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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