Html Css Color HEX #127C3D Dark Spring Green

📋 copy color: '#127C3D'

red 18 ◦ green 124 ◦ blue 61

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

Shades of Dark Spring Green #127C3D

Tints of Dark Spring Green #127C3D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.08%

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 8.87%
G = 61.08%
B = 30.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#127C3D (or 0x127C3D) is known color: Dark Spring Green. HEX triplet: 12, 7C and 3D. RGB value is (18,124,61). Sum of RGB (Red+Green+Blue) = 18+124+61=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #127C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C3D is #ED83C2. Grayscale: #555555. Windows color (decimal): -15565763 or 4029458. OLE color: 4029458.

HSL color Cylindrical-coordinate representation of color #127C3D: hue angle of 144.34º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C3D is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 61 -
CMYK 0.85 0 0.51 0.51
HSL 144.34º 0.75% 0.28% -
HSV(B) 144.34º 0.85% 0.49% -
XYZ 8.3 14.88 6.85 -
YUV 85.12 114.38 80.12 -
System Red Green Blue C M Y K H S L
Decimal 18 124 61 0.85 0 0.51 0.51 144.34 0.75 0.28
Hex 12 7C 3D 55 0 33 33 90 4B 1C
Octal 22 174 75 125 0 63 63 220 113 34
Binary 10010 1111100 111101 1010101 0 110011 110011 10010000 1001011 11100

Color Harmonies of #127C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C3D

Black with #127C3D

Text Example


Text Example

White with #127C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,61); }

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

background-color css

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

 a { background-color: rgb(18,124,61); }

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

border-color css

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

 span { border-color: rgb(18,124,61); }

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