Html Css Color HEX #1B720D Green

📋 copy color: '#1B720D'

red 27 ◦ green 114 ◦ blue 13

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

Shades of Green #1B720D

Tints of Green #1B720D

RGB

 RED value IS 27 (10.94% from 255) = 17.53%

 GREEN value IS 114 (44.92% from 255) = 74.03%

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 17.53%
G = 74.03%
B = 8.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#1B720D (or 0x1B720D) is known color: Green. HEX triplet: 1B, 72 and 0D. RGB value is (27,114,13). Sum of RGB (Red+Green+Blue) = 27+114+13=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #1B720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B720D is #E48DF2. Grayscale: #4C4C4C. Windows color (decimal): -14978547 or 881179. OLE color: 881179.

HSL color Cylindrical-coordinate representation of color #1B720D: hue angle of 111.68º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B720D is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 114 13 -
CMYK 0.76 0 0.89 0.55
HSL 111.68º 0.8% 0.25% -
HSV(B) 111.68º 0.89% 0.45% -
XYZ 6.54 12.3 2.41 -
YUV 76.47 92.18 92.71 -
System Red Green Blue C M Y K H S L
Decimal 27 114 13 0.76 0 0.89 0.55 111.68 0.8 0.25
Hex 1B 72 D 4C 0 59 37 70 50 19
Octal 33 162 15 114 0 131 67 160 120 31
Binary 11011 1110010 1101 1001100 0 1011001 110111 1110000 1010000 11001

Color Harmonies of #1B720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B720D

Black with #1B720D

Text Example


Text Example

White with #1B720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B720D; }

 p { color: rgb(27,114,13); }

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

background-color css

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

 a { background-color: rgb(27,114,13); }

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

border-color css

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

 span { border-color: rgb(27,114,13); }

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