Html Css Color HEX #127A39 Dark Spring Green

📋 copy color: '#127A39'

red 18 ◦ green 122 ◦ blue 57

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

Shades of Dark Spring Green #127A39

Tints of Dark Spring Green #127A39

RGB

 RED value IS 18 (7.42% from 255) = 9.14%

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

 BLUE value IS 57 (22.66% from 255) = 28.93%

R = 9.14%
G = 61.93%
B = 28.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#127A39 (or 0x127A39) is known color: Dark Spring Green. HEX triplet: 12, 7A and 39. RGB value is (18,122,57). Sum of RGB (Red+Green+Blue) = 18+122+57=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #127A39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A39 is #ED85C6. Grayscale: #535353. Windows color (decimal): -15566279 or 3766802. OLE color: 3766802.

HSL color Cylindrical-coordinate representation of color #127A39: hue angle of 142.5º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A39 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 122 57 -
CMYK 0.85 0 0.53 0.52
HSL 142.5º 0.74% 0.27% -
HSV(B) 142.5º 0.85% 0.48% -
XYZ 7.95 14.34 6.22 -
YUV 83.49 113.04 81.29 -
System Red Green Blue C M Y K H S L
Decimal 18 122 57 0.85 0 0.53 0.52 142.5 0.74 0.27
Hex 12 7A 39 55 0 35 34 8E 4A 1B
Octal 22 172 71 125 0 65 64 216 112 33
Binary 10010 1111010 111001 1010101 0 110101 110100 10001110 1001010 11011

Color Harmonies of #127A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A39

Black with #127A39

Text Example


Text Example

White with #127A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127A39; }

 p { color: rgb(18,122,57); }

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

background-color css

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

 a { background-color: rgb(18,122,57); }

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

border-color css

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

 span { border-color: rgb(18,122,57); }

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