Html Css Color HEX #1B740C Green

📋 copy color: '#1B740C'

red 27 ◦ green 116 ◦ blue 12

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

Shades of Green #1B740C

Tints of Green #1B740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 74.84%

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 17.42%
G = 74.84%
B = 7.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#1B740C (or 0x1B740C) is known color: Green. HEX triplet: 1B, 74 and 0C. RGB value is (27,116,12). Sum of RGB (Red+Green+Blue) = 27+116+12=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #1B740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B740C is #E48BF3. Grayscale: #4D4D4D. Windows color (decimal): -14978036 or 816155. OLE color: 816155.

HSL color Cylindrical-coordinate representation of color #1B740C: hue angle of 111.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B740C is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 116 12 -
CMYK 0.77 0 0.90 0.55
HSL 111.35º 0.81% 0.25% -
HSV(B) 111.35º 0.9% 0.45% -
XYZ 6.76 12.75 2.45 -
YUV 77.53 91.01 91.96 -
System Red Green Blue C M Y K H S L
Decimal 27 116 12 0.77 0 0.90 0.55 111.35 0.81 0.25
Hex 1B 74 C 4D 0 5A 37 6F 51 19
Octal 33 164 14 115 0 132 67 157 121 31
Binary 11011 1110100 1100 1001101 0 1011010 110111 1101111 1010001 11001

Color Harmonies of #1B740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B740C

Black with #1B740C

Text Example


Text Example

White with #1B740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,116,12); }

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

background-color css

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

 a { background-color: rgb(27,116,12); }

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

border-color css

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

 span { border-color: rgb(27,116,12); }

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