Html Css Color HEX #138003 Green

📋 copy color: '#138003'

red 19 ◦ green 128 ◦ blue 3

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

Shades of Green #138003

Tints of Green #138003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 85.33%

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

R = 12.67%
G = 85.33%
B = 2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#138003 (or 0x138003) is known color: Green. HEX triplet: 13, 80 and 03. RGB value is (19,128,3). Sum of RGB (Red+Green+Blue) = 19+128+3=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 128 (50.39% from 255 or 85.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 128 - color contains mainly: green. Hex color #138003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138003 is #EC7FFC. Grayscale: #515151. Windows color (decimal): -15499261 or 229395. OLE color: 229395.

HSL color Cylindrical-coordinate representation of color #138003: hue angle of 112.32º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #138003 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 3 -
CMYK 0.85 0 0.98 0.50
HSL 112.32º 0.95% 0.26% -
HSV(B) 112.32º 0.98% 0.5% -
XYZ 8 15.58 2.67 -
YUV 81.16 83.89 83.66 -
System Red Green Blue C M Y K H S L
Decimal 19 128 3 0.85 0 0.98 0.50 112.32 0.95 0.26
Hex 13 80 3 55 0 62 32 70 5F 1A
Octal 23 200 3 125 0 142 62 160 137 32
Binary 10011 10000000 11 1010101 0 1100010 110010 1110000 1011111 11010

Color Harmonies of #138003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138003

Black with #138003

Text Example


Text Example

White with #138003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138003; }

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

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

background-color css

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

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

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

border-color css

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

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

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