Html Css Color HEX #127838 Dark Spring Green

📋 copy color: '#127838'

red 18 ◦ green 120 ◦ blue 56

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

Shades of Dark Spring Green #127838

Tints of Dark Spring Green #127838

RGB

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

 GREEN value IS 120 (47.27% from 255) = 61.86%

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

R = 9.28%
G = 61.86%
B = 28.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#127838 (or 0x127838) is known color: Dark Spring Green. HEX triplet: 12, 78 and 38. RGB value is (18,120,56). Sum of RGB (Red+Green+Blue) = 18+120+56=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #127838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127838 is #ED87C7. Grayscale: #525252. Windows color (decimal): -15566792 or 3700754. OLE color: 3700754.

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

Color convert

RGB 18 120 56 -
CMYK 0.85 0 0.53 0.53
HSL 142.35º 0.74% 0.27% -
HSV(B) 142.35º 0.85% 0.47% -
XYZ 7.68 13.85 6.01 -
YUV 82.21 113.21 82.2 -
System Red Green Blue C M Y K H S L
Decimal 18 120 56 0.85 0 0.53 0.53 142.35 0.74 0.27
Hex 12 78 38 55 0 35 35 8E 4A 1B
Octal 22 170 70 125 0 65 65 216 112 33
Binary 10010 1111000 111000 1010101 0 110101 110101 10001110 1001010 11011

Color Harmonies of #127838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127838

Black with #127838

Text Example


Text Example

White with #127838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127838; }

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

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

background-color css

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

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

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

border-color css

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

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

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