Html Css Color HEX #027A3F Dark Spring Green

📋 copy color: '#027A3F'

red 2 ◦ green 122 ◦ blue 63

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

Shades of Dark Spring Green #027A3F

Tints of Dark Spring Green #027A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 1.07%
G = 65.24%
B = 33.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#027A3F (or 0x027A3F) is known color: Dark Spring Green. HEX triplet: 02, 7A and 3F. RGB value is (2,122,63). Sum of RGB (Red+Green+Blue) = 2+122+63=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #027A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027A3F is #FD85C0. Grayscale: #4F4F4F. Windows color (decimal): -16614849 or 4160002. OLE color: 4160002.

HSL color Cylindrical-coordinate representation of color #027A3F: hue angle of 150.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 #027A3F is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 122 63 -
CMYK 0.98 0 0.48 0.52
HSL 150.5º 0.97% 0.24% -
HSV(B) 150.5º 0.98% 0.48% -
XYZ 7.88 14.29 7.05 -
YUV 79.39 118.74 72.8 -
System Red Green Blue C M Y K H S L
Decimal 2 122 63 0.98 0 0.48 0.52 150.5 0.97 0.24
Hex 2 7A 3F 62 0 30 34 96 61 18
Octal 2 172 77 142 0 60 64 226 141 30
Binary 10 1111010 111111 1100010 0 110000 110100 10010110 1100001 11000

Color Harmonies of #027A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A3F

Black with #027A3F

Text Example


Text Example

White with #027A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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