Html Css Color HEX #027630 Dark Spring Green

📋 copy color: '#027630'

red 2 ◦ green 118 ◦ blue 48

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

Shades of Dark Spring Green #027630

Tints of Dark Spring Green #027630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 1.19%
G = 70.24%
B = 28.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#027630 (or 0x027630) is known color: Dark Spring Green. HEX triplet: 02, 76 and 30. RGB value is (2,118,48). Sum of RGB (Red+Green+Blue) = 2+118+48=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 118 (46.48% from 255 or 70.24% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 118 - color contains mainly: green. Hex color #027630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027630 is #FD89CF. Grayscale: #4B4B4B. Windows color (decimal): -16615888 or 3175938. OLE color: 3175938.

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

Color convert

RGB 2 118 48 -
CMYK 0.98 0 0.59 0.54
HSL 143.79º 0.97% 0.24% -
HSV(B) 143.79º 0.98% 0.46% -
XYZ 7.04 13.18 4.97 -
YUV 75.34 112.57 75.69 -
System Red Green Blue C M Y K H S L
Decimal 2 118 48 0.98 0 0.59 0.54 143.79 0.97 0.24
Hex 2 76 30 62 0 3B 36 90 61 18
Octal 2 166 60 142 0 73 66 220 141 30
Binary 10 1110110 110000 1100010 0 111011 110110 10010000 1100001 11000

Color Harmonies of #027630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027630

Black with #027630

Text Example


Text Example

White with #027630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027630; }

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

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

background-color css

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

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

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

border-color css

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

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

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