Html Css Color HEX #02772F Dark Spring Green

📋 copy color: '#02772F'

red 2 ◦ green 119 ◦ blue 47

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

Shades of Dark Spring Green #02772F

Tints of Dark Spring Green #02772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 1.19%
G = 70.83%
B = 27.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#02772F (or 0x02772F) is known color: Dark Spring Green. HEX triplet: 02, 77 and 2F. RGB value is (2,119,47). Sum of RGB (Red+Green+Blue) = 2+119+47=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #02772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02772F is #FD88D0. Grayscale: #4B4B4B. Windows color (decimal): -16615633 or 3110658. OLE color: 3110658.

HSL color Cylindrical-coordinate representation of color #02772F: hue angle of 143.08º 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 #02772F is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 119 47 -
CMYK 0.98 0 0.61 0.53
HSL 143.08º 0.97% 0.24% -
HSV(B) 143.08º 0.98% 0.47% -
XYZ 7.13 13.41 4.9 -
YUV 75.81 111.74 75.35 -
System Red Green Blue C M Y K H S L
Decimal 2 119 47 0.98 0 0.61 0.53 143.08 0.97 0.24
Hex 2 77 2F 62 0 3D 35 8F 61 18
Octal 2 167 57 142 0 75 65 217 141 30
Binary 10 1110111 101111 1100010 0 111101 110101 10001111 1100001 11000

Color Harmonies of #02772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02772F

Black with #02772F

Text Example


Text Example

White with #02772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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