#127B36

Color #127B36 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #127B36

Tints of Dark Spring Green #127B36

Color information

#127B36 (or 0x127B36) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7B and 36. RGB value is (18,123,54). Sum of RGB (Red+Green+Blue) = 18+123+54=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #127B36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B36 is #ED84C9. Grayscale: #535353. Windows color (decimal): -15566026 or 3570450. OLE color: 3570450.

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

Color convert

RGB1812354-
CMYK0.8500.560.52
HSL140.57º74.47%27.65%-
HSV(B)140.57º85.37%48.24%-
XYZ814.565.88-
YUV83.74111.2181.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 123 (48.44% from 255) = 63.08%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=9.23%
G=63.08%
B=27.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123540.8500.560.52140.5774.4727.65
Hex127B3655038348d4a1c
Octal22173661250706421511234
Binary1001011110111101101010101011100011010010001101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,123,54); }

 H1.HeaderClassName
 {
   color: #127B36;
 }
 .AnyTagClassName
 {
   color: #127B36;
 }
</style>
background-color css

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

 a { background-color: rgb(18,123,54); }

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

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

 span { border-color: rgb(18,123,54); }

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