Html Css Color HEX #127438 Dark Spring Green

📋 copy color: '#127438'

red 18 ◦ green 116 ◦ blue 56

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

Shades of Dark Spring Green #127438

Tints of Dark Spring Green #127438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.05%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 9.47%
G = 61.05%
B = 29.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#127438 (or 0x127438) is known color: Dark Spring Green. HEX triplet: 12, 74 and 38. RGB value is (18,116,56). Sum of RGB (Red+Green+Blue) = 18+116+56=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #127438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127438 is #ED8BC7. Grayscale: #505050. Windows color (decimal): -15567816 or 3699730. OLE color: 3699730.

HSL color Cylindrical-coordinate representation of color #127438: hue angle of 143.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127438 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 56 -
CMYK 0.84 0 0.52 0.55
HSL 143.27º 0.73% 0.26% -
HSV(B) 143.27º 0.84% 0.45% -
XYZ 7.21 12.9 5.85 -
YUV 79.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 18 116 56 0.84 0 0.52 0.55 143.27 0.73 0.26
Hex 12 74 38 54 0 34 37 8F 49 1A
Octal 22 164 70 124 0 64 67 217 111 32
Binary 10010 1110100 111000 1010100 0 110100 110111 10001111 1001001 11010

Color Harmonies of #127438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127438

Black with #127438

Text Example


Text Example

White with #127438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127438; }

 p { color: rgb(18,116,56); }

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

background-color css

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

 a { background-color: rgb(18,116,56); }

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

border-color css

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

 span { border-color: rgb(18,116,56); }

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