#127308

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

Shades of Green #127308

Tints of Green #127308

Color information

#127308 (or 0x127308) is unknown color: approx Green. HEX triplet: 12, 73 and 08. RGB value is (18,115,8). Sum of RGB (Red+Green+Blue) = 18+115+8=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #127308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127308 is #ED8CF7. Grayscale: #4A4A4A. Windows color (decimal): -15568120 or 553746. OLE color: 553746.

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

Color convert

RGB181158-
CMYK0.8400.930.55
HSL114.39º86.99%24.12%-
HSV(B)114.39º93.04%45.1%-
XYZ6.4212.412.29-
YUV73.890.8688.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 115 (45.31% from 255) = 81.56%
BLUE value IS 8 (3.52% from 255) = 5.67%
R=12.77%
G=81.56%
B=5.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811580.8400.930.55114.3986.9924.12
Hex127385405D37725718
Octal221631012401356716212730
Binary10010111001110001010100010111011101111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127308; }

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

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

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

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

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

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

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

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