Html Css Color HEX #02773F Dark Spring Green

📋 copy color: '#02773F'

red 2 ◦ green 119 ◦ blue 63

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

Shades of Dark Spring Green #02773F

Tints of Dark Spring Green #02773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 64.67%

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

R = 1.09%
G = 64.67%
B = 34.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#02773F (or 0x02773F) is known color: Dark Spring Green. HEX triplet: 02, 77 and 3F. RGB value is (2,119,63). Sum of RGB (Red+Green+Blue) = 2+119+63=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 119 (46.88% from 255 or 64.67% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 119 - color contains mainly: green. Hex color #02773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02773F is #FD88C0. Grayscale: #4D4D4D. Windows color (decimal): -16615617 or 4159234. OLE color: 4159234.

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

Color convert

RGB 2 119 63 -
CMYK 0.98 0 0.47 0.53
HSL 151.28º 0.97% 0.24% -
HSV(B) 151.28º 0.98% 0.47% -
XYZ 7.52 13.57 6.92 -
YUV 77.63 119.74 74.05 -
System Red Green Blue C M Y K H S L
Decimal 2 119 63 0.98 0 0.47 0.53 151.28 0.97 0.24
Hex 2 77 3F 62 0 2F 35 97 61 18
Octal 2 167 77 142 0 57 65 227 141 30
Binary 10 1110111 111111 1100010 0 101111 110101 10010111 1100001 11000

Color Harmonies of #02773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02773F

Black with #02773F

Text Example


Text Example

White with #02773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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