Html Css Color HEX #127238 Dark Spring Green

📋 copy color: '#127238'

red 18 ◦ green 114 ◦ blue 56

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

Shades of Dark Spring Green #127238

Tints of Dark Spring Green #127238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.64%

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

R = 9.57%
G = 60.64%
B = 29.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#127238 (or 0x127238) is known color: Dark Spring Green. HEX triplet: 12, 72 and 38. RGB value is (18,114,56). Sum of RGB (Red+Green+Blue) = 18+114+56=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #127238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127238 is #ED8DC7. Grayscale: #4E4E4E. Windows color (decimal): -15568328 or 3699218. OLE color: 3699218.

HSL color Cylindrical-coordinate representation of color #127238: hue angle of 143.75º 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 #127238 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 56 -
CMYK 0.84 0 0.51 0.55
HSL 143.75º 0.73% 0.26% -
HSV(B) 143.75º 0.84% 0.45% -
XYZ 6.98 12.45 5.78 -
YUV 78.68 115.2 84.72 -
System Red Green Blue C M Y K H S L
Decimal 18 114 56 0.84 0 0.51 0.55 143.75 0.73 0.26
Hex 12 72 38 54 0 33 37 90 49 1A
Octal 22 162 70 124 0 63 67 220 111 32
Binary 10010 1110010 111000 1010100 0 110011 110111 10010000 1001001 11010

Color Harmonies of #127238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127238

Black with #127238

Text Example


Text Example

White with #127238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127238; }

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

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

background-color css

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

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

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

border-color css

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

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

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