Html Css Color HEX #02763D Dark Spring Green

📋 copy color: '#02763D'

red 2 ◦ green 118 ◦ blue 61

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

Shades of Dark Spring Green #02763D

Tints of Dark Spring Green #02763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 65.19%

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 1.1%
G = 65.19%
B = 33.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#02763D (or 0x02763D) is known color: Dark Spring Green. HEX triplet: 02, 76 and 3D. RGB value is (2,118,61). Sum of RGB (Red+Green+Blue) = 2+118+61=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 118 (46.48% from 255 or 65.19% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 118 - color contains mainly: green. Hex color #02763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02763D is #FD89C2. Grayscale: #4C4C4C. Windows color (decimal): -16615875 or 4027906. OLE color: 4027906.

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

Color convert

RGB 2 118 61 -
CMYK 0.98 0 0.48 0.54
HSL 150.52º 0.97% 0.24% -
HSV(B) 150.52º 0.98% 0.46% -
XYZ 7.35 13.31 6.6 -
YUV 76.82 119.07 74.63 -
System Red Green Blue C M Y K H S L
Decimal 2 118 61 0.98 0 0.48 0.54 150.52 0.97 0.24
Hex 2 76 3D 62 0 30 36 97 61 18
Octal 2 166 75 142 0 60 66 227 141 30
Binary 10 1110110 111101 1100010 0 110000 110110 10010111 1100001 11000

Color Harmonies of #02763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02763D

Black with #02763D

Text Example


Text Example

White with #02763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02763D; }

 p { color: rgb(2,118,61); }

 H1.HeaderClassName
 {
   color: #02763D;
 }
 .AnyTagClassName
 {
   color: #02763D;
 }
</style>

background-color css

<style>
 a { background-color: #02763D; }

 a { background-color: rgb(2,118,61); }

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

border-color css

<style>
 span { border-color: #02763D; }

 span { border-color: rgb(2,118,61); }

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