Html Css Color HEX #027535 Dark Spring Green

📋 copy color: '#027535'

red 2 ◦ green 117 ◦ blue 53

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

Shades of Dark Spring Green #027535

Tints of Dark Spring Green #027535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.81%

R = 1.16%
G = 68.02%
B = 30.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#027535 (or 0x027535) is known color: Dark Spring Green. HEX triplet: 02, 75 and 35. RGB value is (2,117,53). Sum of RGB (Red+Green+Blue) = 2+117+53=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #027535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027535 is #FD8ACA. Grayscale: #4B4B4B. Windows color (decimal): -16616139 or 3503362. OLE color: 3503362.

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

Color convert

RGB 2 117 53 -
CMYK 0.98 0 0.55 0.54
HSL 146.61º 0.97% 0.23% -
HSV(B) 146.61º 0.98% 0.46% -
XYZ 7.03 12.99 5.51 -
YUV 75.32 115.4 75.7 -
System Red Green Blue C M Y K H S L
Decimal 2 117 53 0.98 0 0.55 0.54 146.61 0.97 0.23
Hex 2 75 35 62 0 37 36 93 61 17
Octal 2 165 65 142 0 67 66 223 141 27
Binary 10 1110101 110101 1100010 0 110111 110110 10010011 1100001 10111

Color Harmonies of #027535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027535

Black with #027535

Text Example


Text Example

White with #027535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027535; }

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

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

background-color css

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

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

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

border-color css

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

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

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