Html Css Color HEX #138703 Green

📋 copy color: '#138703'

red 19 ◦ green 135 ◦ blue 3

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

Shades of Green #138703

Tints of Green #138703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 85.99%

 BLUE value IS 3 (1.56% from 255) = 1.91%

R = 12.1%
G = 85.99%
B = 1.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#138703 (or 0x138703) is known color: Green. HEX triplet: 13, 87 and 03. RGB value is (19,135,3). Sum of RGB (Red+Green+Blue) = 19+135+3=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 135 (53.12% from 255 or 85.99% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 135 - color contains mainly: green. Hex color #138703 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138703 is #EC78FC. Grayscale: #555555. Windows color (decimal): -15497469 or 231187. OLE color: 231187.

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

Color convert

RGB 19 135 3 -
CMYK 0.86 0 0.98 0.47
HSL 112.73º 0.96% 0.27% -
HSV(B) 112.73º 0.98% 0.53% -
XYZ 8.95 17.47 2.99 -
YUV 85.27 81.57 80.73 -
System Red Green Blue C M Y K H S L
Decimal 19 135 3 0.86 0 0.98 0.47 112.73 0.96 0.27
Hex 13 87 3 56 0 62 2F 71 60 1B
Octal 23 207 3 126 0 142 57 161 140 33
Binary 10011 10000111 11 1010110 0 1100010 101111 1110001 1100000 11011

Color Harmonies of #138703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138703

Black with #138703

Text Example


Text Example

White with #138703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138703; }

 p { color: rgb(19,135,3); }

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

background-color css

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

 a { background-color: rgb(19,135,3); }

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

border-color css

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

 span { border-color: rgb(19,135,3); }

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