Html Css Color HEX #1B1C0F Green Waterloo

📋 copy color: '#1B1C0F'

red 27 ◦ green 28 ◦ blue 15

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

Shades of Green Waterloo #1B1C0F

Tints of Green Waterloo #1B1C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 40%

 BLUE value IS 15 (6.25% from 255) = 21.43%

R = 38.57%
G = 40%
B = 21.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#1B1C0F (or 0x1B1C0F) is known color: Green Waterloo. HEX triplet: 1B, 1C and 0F. RGB value is (27,28,15). Sum of RGB (Red+Green+Blue) = 27+28+15=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 28 - color contains mainly: green. Hex color #1B1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1C0F is #E4E3F0. Grayscale: #1A1A1A. Windows color (decimal): -15000561 or 990235. OLE color: 990235.

HSL color Cylindrical-coordinate representation of color #1B1C0F: hue angle of 64.62º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B1C0F is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 28 15 -
CMYK 0.04 0 0.46 0.89
HSL 64.62º 0.3% 0.08% -
HSV(B) 64.62º 0.46% 0.11% -
XYZ 0.95 1.1 0.61 -
YUV 26.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 27 28 15 0.04 0 0.46 0.89 64.62 0.3 0.08
Hex 1B 1C F 4 0 2E 59 41 1E 8
Octal 33 34 17 4 0 56 131 101 36 10
Binary 11011 11100 1111 100 0 101110 1011001 1000001 11110 1000

Color Harmonies of #1B1C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1C0F

Black with #1B1C0F

Text Example


Text Example

White with #1B1C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,28,15); }

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

background-color css

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

 a { background-color: rgb(27,28,15); }

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

border-color css

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

 span { border-color: rgb(27,28,15); }

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