Html Css Color HEX #128309 Green

📋 copy color: '#128309'

red 18 ◦ green 131 ◦ blue 9

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

Shades of Green #128309

Tints of Green #128309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 82.91%

 BLUE value IS 9 (3.91% from 255) = 5.7%

R = 11.39%
G = 82.91%
B = 5.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#128309 (or 0x128309) is known color: Green. HEX triplet: 12, 83 and 09. RGB value is (18,131,9). Sum of RGB (Red+Green+Blue) = 18+131+9=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 131 (51.56% from 255 or 82.91% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 131 - color contains mainly: green. Hex color #128309 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128309 is #ED7CF6. Grayscale: #535353. Windows color (decimal): -15564023 or 623378. OLE color: 623378.

HSL color Cylindrical-coordinate representation of color #128309: hue angle of 115.57º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128309 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 9 -
CMYK 0.86 0 0.93 0.49
HSL 115.57º 0.87% 0.27% -
HSV(B) 115.57º 0.93% 0.51% -
XYZ 8.42 16.38 2.98 -
YUV 83.31 86.06 81.42 -
System Red Green Blue C M Y K H S L
Decimal 18 131 9 0.86 0 0.93 0.49 115.57 0.87 0.27
Hex 12 83 9 56 0 5D 31 74 57 1B
Octal 22 203 11 126 0 135 61 164 127 33
Binary 10010 10000011 1001 1010110 0 1011101 110001 1110100 1010111 11011

Color Harmonies of #128309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128309

Black with #128309

Text Example


Text Example

White with #128309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128309; }

 p { color: rgb(18,131,9); }

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

background-color css

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

 a { background-color: rgb(18,131,9); }

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

border-color css

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

 span { border-color: rgb(18,131,9); }

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