Html Css Color HEX #126302 Green

📋 copy color: '#126302'

red 18 ◦ green 99 ◦ blue 2

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

Shades of Green #126302

Tints of Green #126302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 83.19%

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

R = 15.13%
G = 83.19%
B = 1.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#126302 (or 0x126302) is known color: Green. HEX triplet: 12, 63 and 02. RGB value is (18,99,2). Sum of RGB (Red+Green+Blue) = 18+99+2=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 99 (39.06% from 255 or 83.19% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 99 - color contains mainly: green. Hex color #126302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126302 is #ED9CFD. Grayscale: #404040. Windows color (decimal): -15572222 or 156434. OLE color: 156434.

HSL color Cylindrical-coordinate representation of color #126302: hue angle of 110.1º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #126302 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 2 -
CMYK 0.82 0 0.98 0.61
HSL 110.1º 0.96% 0.2% -
HSV(B) 110.1º 0.98% 0.39% -
XYZ 4.72 9.06 1.56 -
YUV 63.72 93.16 95.39 -
System Red Green Blue C M Y K H S L
Decimal 18 99 2 0.82 0 0.98 0.61 110.1 0.96 0.2
Hex 12 63 2 52 0 62 3D 6E 60 14
Octal 22 143 2 122 0 142 75 156 140 24
Binary 10010 1100011 10 1010010 0 1100010 111101 1101110 1100000 10100

Color Harmonies of #126302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126302

Black with #126302

Text Example


Text Example

White with #126302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126302; }

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

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

background-color css

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

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

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

border-color css

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

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

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