Html Css Color HEX #027A41 Dark Spring Green

📋 copy color: '#027A41'

red 2 ◦ green 122 ◦ blue 65

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

Shades of Dark Spring Green #027A41

Tints of Dark Spring Green #027A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 64.55%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 1.06%
G = 64.55%
B = 34.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#027A41 (or 0x027A41) is known color: Dark Spring Green. HEX triplet: 02, 7A and 41. RGB value is (2,122,65). Sum of RGB (Red+Green+Blue) = 2+122+65=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 122 (48.05% from 255 or 64.55% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 122 - color contains mainly: green. Hex color #027A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027A41 is #FD85BE. Grayscale: #4F4F4F. Windows color (decimal): -16614847 or 4291074. OLE color: 4291074.

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

Color convert

RGB 2 122 65 -
CMYK 0.98 0 0.47 0.52
HSL 151.5º 0.97% 0.24% -
HSV(B) 151.5º 0.98% 0.48% -
XYZ 7.94 14.31 7.35 -
YUV 79.62 119.74 72.63 -
System Red Green Blue C M Y K H S L
Decimal 2 122 65 0.98 0 0.47 0.52 151.5 0.97 0.24
Hex 2 7A 41 62 0 2F 34 98 61 18
Octal 2 172 101 142 0 57 64 230 141 30
Binary 10 1111010 1000001 1100010 0 101111 110100 10011000 1100001 11000

Color Harmonies of #027A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A41

Black with #027A41

Text Example


Text Example

White with #027A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027A41; }

 p { color: rgb(2,122,65); }

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

background-color css

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

 a { background-color: rgb(2,122,65); }

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

border-color css

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

 span { border-color: rgb(2,122,65); }

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