Html Css Color HEX #127102 Green

📋 copy color: '#127102'

red 18 ◦ green 113 ◦ blue 2

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

Shades of Green #127102

Tints of Green #127102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 13.53%
G = 84.96%
B = 1.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#127102 (or 0x127102) is known color: Green. HEX triplet: 12, 71 and 02. RGB value is (18,113,2). Sum of RGB (Red+Green+Blue) = 18+113+2=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 113 (44.53% from 255 or 84.96% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 113 - color contains mainly: green. Hex color #127102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127102 is #ED8EFD. Grayscale: #484848. Windows color (decimal): -15568638 or 160018. OLE color: 160018.

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

Color convert

RGB 18 113 2 -
CMYK 0.84 0 0.98 0.56
HSL 111.35º 0.97% 0.23% -
HSV(B) 111.35º 0.98% 0.44% -
XYZ 6.17 11.94 2.04 -
YUV 71.94 88.53 89.53 -
System Red Green Blue C M Y K H S L
Decimal 18 113 2 0.84 0 0.98 0.56 111.35 0.97 0.23
Hex 12 71 2 54 0 62 38 6F 61 17
Octal 22 161 2 124 0 142 70 157 141 27
Binary 10010 1110001 10 1010100 0 1100010 111000 1101111 1100001 10111

Color Harmonies of #127102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127102

Black with #127102

Text Example


Text Example

White with #127102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127102; }

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

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

background-color css

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

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

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

border-color css

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

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

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