#127203

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

Shades of Green #127203

Tints of Green #127203

Color information

#127203 (or 0x127203) is unknown color: approx Green. HEX triplet: 12, 72 and 03. RGB value is (18,114,3). Sum of RGB (Red+Green+Blue) = 18+114+3=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #127203 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127203 is #ED8DFC. Grayscale: #484848. Windows color (decimal): -15568381 or 225810. OLE color: 225810.

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

Color convert

RGB181143-
CMYK0.8400.970.55
HSL111.89º94.87%22.94%-
HSV(B)111.89º97.37%44.71%-
XYZ6.2812.172.1-
YUV72.6488.789.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 114 (44.92% from 255) = 84.44%
BLUE value IS 3 (1.56% from 255) = 2.22%
R=13.33%
G=84.44%
B=2.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811430.8400.970.55111.8994.8722.94
Hex127235406137705f17
Octal22162312401416716013727
Binary100101110010111010100011000011101111110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127203; }

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

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

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

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

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

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

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

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