Html Css Color HEX #1B700D Green

📋 copy color: '#1B700D'

red 27 ◦ green 112 ◦ blue 13

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

Shades of Green #1B700D

Tints of Green #1B700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 73.68%

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

R = 17.76%
G = 73.68%
B = 8.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#1B700D (or 0x1B700D) is known color: Green. HEX triplet: 1B, 70 and 0D. RGB value is (27,112,13). Sum of RGB (Red+Green+Blue) = 27+112+13=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #1B700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B700D is #E48FF2. Grayscale: #4B4B4B. Windows color (decimal): -14979059 or 880667. OLE color: 880667.

HSL color Cylindrical-coordinate representation of color #1B700D: hue angle of 111.52º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B700D is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 112 13 -
CMYK 0.76 0 0.88 0.56
HSL 111.52º 0.79% 0.25% -
HSV(B) 111.52º 0.88% 0.44% -
XYZ 6.32 11.85 2.34 -
YUV 75.3 92.84 93.55 -
System Red Green Blue C M Y K H S L
Decimal 27 112 13 0.76 0 0.88 0.56 111.52 0.79 0.25
Hex 1B 70 D 4C 0 58 38 70 4F 19
Octal 33 160 15 114 0 130 70 160 117 31
Binary 11011 1110000 1101 1001100 0 1011000 111000 1110000 1001111 11001

Color Harmonies of #1B700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B700D

Black with #1B700D

Text Example


Text Example

White with #1B700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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