Html Css Color HEX #02753F Jewel

📋 copy color: '#02753F'

red 2 ◦ green 117 ◦ blue 63

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

Shades of Jewel #02753F

Tints of Jewel #02753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 64.29%

 BLUE value IS 63 (25% from 255) = 34.62%

R = 1.1%
G = 64.29%
B = 34.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#02753F (or 0x02753F) is known color: Jewel. HEX triplet: 02, 75 and 3F. RGB value is (2,117,63). Sum of RGB (Red+Green+Blue) = 2+117+63=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #02753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02753F is #FD8AC0. Grayscale: #4C4C4C. Windows color (decimal): -16616129 or 4158722. OLE color: 4158722.

HSL color Cylindrical-coordinate representation of color #02753F: hue angle of 151.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02753F is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 63 -
CMYK 0.98 0 0.46 0.54
HSL 151.83º 0.97% 0.23% -
HSV(B) 151.83º 0.98% 0.46% -
XYZ 7.28 13.09 6.85 -
YUV 76.46 120.4 74.89 -
System Red Green Blue C M Y K H S L
Decimal 2 117 63 0.98 0 0.46 0.54 151.83 0.97 0.23
Hex 2 75 3F 62 0 2E 36 98 61 17
Octal 2 165 77 142 0 56 66 230 141 27
Binary 10 1110101 111111 1100010 0 101110 110110 10011000 1100001 10111

Color Harmonies of #02753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02753F

Black with #02753F

Text Example


Text Example

White with #02753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02753F; }

 p { color: rgb(2,117,63); }

 H1.HeaderClassName
 {
   color: #02753F;
 }
 .AnyTagClassName
 {
   color: #02753F;
 }
</style>

background-color css

<style>
 a { background-color: #02753F; }

 a { background-color: rgb(2,117,63); }

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

border-color css

<style>
 span { border-color: #02753F; }

 span { border-color: rgb(2,117,63); }

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