Html Css Color HEX #135E03 Green

📋 copy color: '#135E03'

red 19 ◦ green 94 ◦ blue 3

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

Shades of Green #135E03

Tints of Green #135E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 81.03%

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

R = 16.38%
G = 81.03%
B = 2.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#135E03 (or 0x135E03) is known color: Green. HEX triplet: 13, 5E and 03. RGB value is (19,94,3). Sum of RGB (Red+Green+Blue) = 19+94+3=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 94 (37.11% from 255 or 81.03% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 94 - color contains mainly: green. Hex color #135E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135E03 is #ECA1FC. Grayscale: #3D3D3D. Windows color (decimal): -15507965 or 220691. OLE color: 220691.

HSL color Cylindrical-coordinate representation of color #135E03: hue angle of 109.45º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #135E03 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 94 3 -
CMYK 0.80 0 0.97 0.63
HSL 109.45º 0.94% 0.19% -
HSV(B) 109.45º 0.97% 0.37% -
XYZ 4.29 8.15 1.43 -
YUV 61.2 95.15 97.9 -
System Red Green Blue C M Y K H S L
Decimal 19 94 3 0.80 0 0.97 0.63 109.45 0.94 0.19
Hex 13 5E 3 50 0 61 3F 6D 5E 13
Octal 23 136 3 120 0 141 77 155 136 23
Binary 10011 1011110 11 1010000 0 1100001 111111 1101101 1011110 10011

Color Harmonies of #135E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E03

Black with #135E03

Text Example


Text Example

White with #135E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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