Html Css Color HEX #127115 Green

📋 copy color: '#127115'

red 18 ◦ green 113 ◦ blue 21

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

Shades of Green #127115

Tints of Green #127115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 74.34%

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 11.84%
G = 74.34%
B = 13.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#127115 (or 0x127115) is known color: Green. HEX triplet: 12, 71 and 15. RGB value is (18,113,21). Sum of RGB (Red+Green+Blue) = 18+113+21=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #127115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127115 is #ED8EEA. Grayscale: #4A4A4A. Windows color (decimal): -15568619 or 1405202. OLE color: 1405202.

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

Color convert

RGB 18 113 21 -
CMYK 0.84 0 0.81 0.56
HSL 121.89º 0.73% 0.26% -
HSV(B) 121.89º 0.84% 0.44% -
XYZ 6.29 11.99 2.69 -
YUV 74.11 98.03 87.98 -
System Red Green Blue C M Y K H S L
Decimal 18 113 21 0.84 0 0.81 0.56 121.89 0.73 0.26
Hex 12 71 15 54 0 51 38 7A 49 1A
Octal 22 161 25 124 0 121 70 172 111 32
Binary 10010 1110001 10101 1010100 0 1010001 111000 1111010 1001001 11010

Color Harmonies of #127115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127115

Black with #127115

Text Example


Text Example

White with #127115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127115; }

 p { color: rgb(18,113,21); }

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

background-color css

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

 a { background-color: rgb(18,113,21); }

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

border-color css

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

 span { border-color: rgb(18,113,21); }

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