Html Css Color HEX #02753A Dark Spring Green

📋 copy color: '#02753A'

red 2 ◦ green 117 ◦ blue 58

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

Shades of Dark Spring Green #02753A

Tints of Dark Spring Green #02753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 1.13%
G = 66.1%
B = 32.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#02753A (or 0x02753A) is known color: Dark Spring Green. HEX triplet: 02, 75 and 3A. RGB value is (2,117,58). Sum of RGB (Red+Green+Blue) = 2+117+58=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #02753A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02753A is #FD8AC5. Grayscale: #4C4C4C. Windows color (decimal): -16616134 or 3831042. OLE color: 3831042.

HSL color Cylindrical-coordinate representation of color #02753A: hue angle of 149.22º 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 #02753A is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 58 -
CMYK 0.98 0 0.50 0.54
HSL 149.22º 0.97% 0.23% -
HSV(B) 149.22º 0.98% 0.46% -
XYZ 7.15 13.04 6.14 -
YUV 75.89 117.9 75.3 -
System Red Green Blue C M Y K H S L
Decimal 2 117 58 0.98 0 0.50 0.54 149.22 0.97 0.23
Hex 2 75 3A 62 0 32 36 95 61 17
Octal 2 165 72 142 0 62 66 225 141 27
Binary 10 1110101 111010 1100010 0 110010 110110 10010101 1100001 10111

Color Harmonies of #02753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02753A

Black with #02753A

Text Example


Text Example

White with #02753A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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