Html Css Color HEX #136302 Green

📋 copy color: '#136302'

red 19 ◦ green 99 ◦ blue 2

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

Shades of Green #136302

Tints of Green #136302

RGB

 RED value IS 19 (7.81% from 255) = 15.83%

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

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

R = 15.83%
G = 82.5%
B = 1.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#136302 (or 0x136302) is known color: Green. HEX triplet: 13, 63 and 02. RGB value is (19,99,2). Sum of RGB (Red+Green+Blue) = 19+99+2=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #136302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136302 is #EC9CFD. Grayscale: #404040. Windows color (decimal): -15506686 or 156435. OLE color: 156435.

HSL color Cylindrical-coordinate representation of color #136302: hue angle of 109.48º 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 #136302 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 2 -
CMYK 0.81 0 0.98 0.61
HSL 109.48º 0.96% 0.2% -
HSV(B) 109.48º 0.98% 0.39% -
XYZ 4.74 9.07 1.56 -
YUV 64.02 93 95.89 -
System Red Green Blue C M Y K H S L
Decimal 19 99 2 0.81 0 0.98 0.61 109.48 0.96 0.2
Hex 13 63 2 51 0 62 3D 6D 60 14
Octal 23 143 2 121 0 142 75 155 140 24
Binary 10011 1100011 10 1010001 0 1100010 111101 1101101 1100000 10100

Color Harmonies of #136302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136302

Black with #136302

Text Example


Text Example

White with #136302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136302; }

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

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

background-color css

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

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

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

border-color css

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

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

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