Html Css Color HEX #1B1D0F Green Waterloo

📋 copy color: '#1B1D0F'

red 27 ◦ green 29 ◦ blue 15

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

Shades of Green Waterloo #1B1D0F

Tints of Green Waterloo #1B1D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 40.85%

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

R = 38.03%
G = 40.85%
B = 21.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1B1D0F (or 0x1B1D0F) is known color: Green Waterloo. HEX triplet: 1B, 1D and 0F. RGB value is (27,29,15). Sum of RGB (Red+Green+Blue) = 27+29+15=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D0F is #E4E2F0. Grayscale: #1A1A1A. Windows color (decimal): -15000305 or 990491. OLE color: 990491.

HSL color Cylindrical-coordinate representation of color #1B1D0F: hue angle of 68.57º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B1D0F is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 29 15 -
CMYK 0.07 0 0.48 0.89
HSL 68.57º 0.32% 0.09% -
HSV(B) 68.57º 0.48% 0.11% -
XYZ 0.98 1.15 0.62 -
YUV 26.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 27 29 15 0.07 0 0.48 0.89 68.57 0.32 0.09
Hex 1B 1D F 7 0 30 59 45 20 9
Octal 33 35 17 7 0 60 131 105 40 11
Binary 11011 11101 1111 111 0 110000 1011001 1000101 100000 1001

Color Harmonies of #1B1D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1D0F

Black with #1B1D0F

Text Example


Text Example

White with #1B1D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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