Html Css Color HEX #1B2103 Green Waterloo

📋 copy color: '#1B2103'

red 27 ◦ green 33 ◦ blue 3

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

Shades of Green Waterloo #1B2103

Tints of Green Waterloo #1B2103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 52.38%

 BLUE value IS 3 (1.56% from 255) = 4.76%

R = 42.86%
G = 52.38%
B = 4.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#1B2103 (or 0x1B2103) is known color: Green Waterloo. HEX triplet: 1B, 21 and 03. RGB value is (27,33,3). Sum of RGB (Red+Green+Blue) = 27+33+3=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #1B2103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2103 is #E4DEFC. Grayscale: #1B1B1B. Windows color (decimal): -14999293 or 205083. OLE color: 205083.

HSL color Cylindrical-coordinate representation of color #1B2103: hue angle of 72º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B2103 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 33 3 -
CMYK 0.18 0 0.91 0.87
HSL 72º 0.83% 0.07% -
HSV(B) 72º 0.91% 0.13% -
XYZ 1.01 1.33 0.29 -
YUV 27.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 27 33 3 0.18 0 0.91 0.87 72 0.83 0.07
Hex 1B 21 3 12 0 5B 57 48 53 7
Octal 33 41 3 22 0 133 127 110 123 7
Binary 11011 100001 11 10010 0 1011011 1010111 1001000 1010011 111

Color Harmonies of #1B2103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2103

Black with #1B2103

Text Example


Text Example

White with #1B2103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,33,3); }

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

background-color css

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

 a { background-color: rgb(27,33,3); }

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

border-color css

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

 span { border-color: rgb(27,33,3); }

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