Html Css Color HEX #137B01 Green

📋 copy color: '#137B01'

red 19 ◦ green 123 ◦ blue 1

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

Shades of Green #137B01

Tints of Green #137B01

RGB

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

 GREEN value IS 123 (48.44% from 255) = 86.01%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 13.29%
G = 86.01%
B = 0.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#137B01 (or 0x137B01) is known color: Green. HEX triplet: 13, 7B and 01. RGB value is (19,123,1). Sum of RGB (Red+Green+Blue) = 19+123+1=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 123 (48.44% from 255 or 86.01% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 123 - color contains mainly: green. Hex color #137B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137B01 is #EC84FE. Grayscale: #4E4E4E. Windows color (decimal): -15500543 or 97043. OLE color: 97043.

HSL color Cylindrical-coordinate representation of color #137B01: hue angle of 111.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #137B01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 1 -
CMYK 0.85 0 0.99 0.52
HSL 111.15º 0.98% 0.24% -
HSV(B) 111.15º 0.99% 0.48% -
XYZ 7.36 14.31 2.4 -
YUV 78 84.54 85.92 -
System Red Green Blue C M Y K H S L
Decimal 19 123 1 0.85 0 0.99 0.52 111.15 0.98 0.24
Hex 13 7B 1 55 0 63 34 6F 62 18
Octal 23 173 1 125 0 143 64 157 142 30
Binary 10011 1111011 1 1010101 0 1100011 110100 1101111 1100010 11000

Color Harmonies of #137B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B01

Black with #137B01

Text Example


Text Example

White with #137B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137B01; }

 p { color: rgb(19,123,1); }

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

background-color css

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

 a { background-color: rgb(19,123,1); }

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

border-color css

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

 span { border-color: rgb(19,123,1); }

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