Html Css Color HEX #138602 Green

📋 copy color: '#138602'

red 19 ◦ green 134 ◦ blue 2

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

Shades of Green #138602

Tints of Green #138602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 86.45%

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

R = 12.26%
G = 86.45%
B = 1.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#138602 (or 0x138602) is known color: Green. HEX triplet: 13, 86 and 02. RGB value is (19,134,2). Sum of RGB (Red+Green+Blue) = 19+134+2=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 134 (52.73% from 255 or 86.45% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 134 - color contains mainly: green. Hex color #138602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138602 is #EC79FD. Grayscale: #545454. Windows color (decimal): -15497726 or 165395. OLE color: 165395.

HSL color Cylindrical-coordinate representation of color #138602: hue angle of 112.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #138602 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 2 -
CMYK 0.86 0 0.99 0.47
HSL 112.27º 0.97% 0.27% -
HSV(B) 112.27º 0.99% 0.53% -
XYZ 8.8 17.19 2.91 -
YUV 84.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 19 134 2 0.86 0 0.99 0.47 112.27 0.97 0.27
Hex 13 86 2 56 0 63 2F 70 61 1B
Octal 23 206 2 126 0 143 57 160 141 33
Binary 10011 10000110 10 1010110 0 1100011 101111 1110000 1100001 11011

Color Harmonies of #138602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138602

Black with #138602

Text Example


Text Example

White with #138602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138602; }

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

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

background-color css

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

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

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

border-color css

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

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

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