#127301

Color #127301 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #127301

Tints of Green #127301

Color information

#127301 (or 0x127301) is unknown color: approx Green. HEX triplet: 12, 73 and 01. RGB value is (18,115,1). Sum of RGB (Red+Green+Blue) = 18+115+1=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 115 (45.31% from 255 or 85.82% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 115 - color contains mainly: green. Hex color #127301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127301 is #ED8CFE. Grayscale: #494949. Windows color (decimal): -15568127 or 94994. OLE color: 94994.

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

Color convert

RGB181151-
CMYK0.8400.990.55
HSL111.05º98.28%22.75%-
HSV(B)111.05º99.13%45.1%-
XYZ6.3912.392.08-
YUV7387.3688.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 115 (45.31% from 255) = 85.82%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=13.43%
G=85.82%
B=0.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811510.8400.990.55111.0598.2822.75
Hex1273154063376f6217
Octal22163112401436715714227
Binary10010111001111010100011000111101111101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127301; }

 p { color: rgb(18,115,1); }

 H1.HeaderClassName
 {
   color: #127301;
 }
 .AnyTagClassName
 {
   color: #127301;
 }
</style>
background-color css

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

 a { background-color: rgb(18,115,1); }

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

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

 span { border-color: rgb(18,115,1); }

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