Html Css Color HEX #1B1D12 Green Waterloo

📋 copy color: '#1B1D12'

red 27 ◦ green 29 ◦ blue 18

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

Shades of Green Waterloo #1B1D12

Tints of Green Waterloo #1B1D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 36.49%
G = 39.19%
B = 24.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#1B1D12 (or 0x1B1D12) is known color: Green Waterloo. HEX triplet: 1B, 1D and 12. RGB value is (27,29,18). Sum of RGB (Red+Green+Blue) = 27+29+18=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D12 is #E4E2ED. Grayscale: #1B1B1B. Windows color (decimal): -15000302 or 1187099. OLE color: 1187099.

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

Color convert

RGB 27 29 18 -
CMYK 0.07 0 0.38 0.89
HSL 70.91º 0.23% 0.09% -
HSV(B) 70.91º 0.38% 0.11% -
XYZ 1 1.16 0.74 -
YUV 27.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 27 29 18 0.07 0 0.38 0.89 70.91 0.23 0.09
Hex 1B 1D 12 7 0 26 59 47 17 9
Octal 33 35 22 7 0 46 131 107 27 11
Binary 11011 11101 10010 111 0 100110 1011001 1000111 10111 1001

Color Harmonies of #1B1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1D12

Black with #1B1D12

Text Example


Text Example

White with #1B1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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