Html Css Color HEX #136F02 Green

📋 copy color: '#136F02'

red 19 ◦ green 111 ◦ blue 2

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

Shades of Green #136F02

Tints of Green #136F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 84.09%

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

R = 14.39%
G = 84.09%
B = 1.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#136F02 (or 0x136F02) is known color: Green. HEX triplet: 13, 6F and 02. RGB value is (19,111,2). Sum of RGB (Red+Green+Blue) = 19+111+2=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #136F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F02 is #EC90FD. Grayscale: #474747. Windows color (decimal): -15503614 or 159507. OLE color: 159507.

HSL color Cylindrical-coordinate representation of color #136F02: hue angle of 110.64º 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 #136F02 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 111 2 -
CMYK 0.83 0 0.98 0.56
HSL 110.64º 0.96% 0.22% -
HSV(B) 110.64º 0.98% 0.44% -
XYZ 5.96 11.51 1.97 -
YUV 71.07 89.02 90.86 -
System Red Green Blue C M Y K H S L
Decimal 19 111 2 0.83 0 0.98 0.56 110.64 0.96 0.22
Hex 13 6F 2 53 0 62 38 6F 60 16
Octal 23 157 2 123 0 142 70 157 140 26
Binary 10011 1101111 10 1010011 0 1100010 111000 1101111 1100000 10110

Color Harmonies of #136F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F02

Black with #136F02

Text Example


Text Example

White with #136F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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