Html Css Color HEX #127002 Green

📋 copy color: '#127002'

red 18 ◦ green 112 ◦ blue 2

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

Shades of Green #127002

Tints of Green #127002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 84.85%

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

R = 13.64%
G = 84.85%
B = 1.52%

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

#127002 (or 0x127002) is known color: Green. HEX triplet: 12, 70 and 02. RGB value is (18,112,2). Sum of RGB (Red+Green+Blue) = 18+112+2=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 112 (44.14% from 255 or 84.85% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 112 - color contains mainly: green. Hex color #127002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127002 is #ED8FFD. Grayscale: #474747. Windows color (decimal): -15568894 or 159762. OLE color: 159762.

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

Color convert

RGB 18 112 2 -
CMYK 0.84 0 0.98 0.56
HSL 111.27º 0.96% 0.22% -
HSV(B) 111.27º 0.98% 0.44% -
XYZ 6.05 11.72 2 -
YUV 71.35 88.86 89.94 -
System Red Green Blue C M Y K H S L
Decimal 18 112 2 0.84 0 0.98 0.56 111.27 0.96 0.22
Hex 12 70 2 54 0 62 38 6F 60 16
Octal 22 160 2 124 0 142 70 157 140 26
Binary 10010 1110000 10 1010100 0 1100010 111000 1101111 1100000 10110

Color Harmonies of #127002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127002

Black with #127002

Text Example


Text Example

White with #127002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127002; }

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

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

background-color css

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

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

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

border-color css

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

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

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