Html Css Color HEX #2B3011 Green Waterloo

📋 copy color: '#2B3011'

red 43 ◦ green 48 ◦ blue 17

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

Shades of Green Waterloo #2B3011

Tints of Green Waterloo #2B3011

RGB

 RED value IS 43 (17.19% from 255) = 39.81%

 GREEN value IS 48 (19.14% from 255) = 44.44%

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 39.81%
G = 44.44%
B = 15.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#2B3011 (or 0x2B3011) is known color: Green Waterloo. HEX triplet: 2B, 30 and 11. RGB value is (43,48,17). Sum of RGB (Red+Green+Blue) = 43+48+17=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3011 is #D4CFEE. Grayscale: #2B2B2B. Windows color (decimal): -13946863 or 1126443. OLE color: 1126443.

HSL color Cylindrical-coordinate representation of color #2B3011: hue angle of 69.68º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B3011 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 43 48 17 -
CMYK 0.10 0 0.65 0.81
HSL 69.68º 0.48% 0.13% -
HSV(B) 69.68º 0.65% 0.19% -
XYZ 2.15 2.67 0.93 -
YUV 42.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 43 48 17 0.10 0 0.65 0.81 69.68 0.48 0.13
Hex 2B 30 11 A 0 41 51 46 30 D
Octal 53 60 21 12 0 101 121 106 60 15
Binary 101011 110000 10001 1010 0 1000001 1010001 1000110 110000 1101

Color Harmonies of #2B3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3011

Black with #2B3011

Text Example


Text Example

White with #2B3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B3011; }

 p { color: rgb(43,48,17); }

 H1.HeaderClassName
 {
   color: #2B3011;
 }
 .AnyTagClassName
 {
   color: #2B3011;
 }
</style>

background-color css

<style>
 a { background-color: #2B3011; }

 a { background-color: rgb(43,48,17); }

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

border-color css

<style>
 span { border-color: #2B3011; }

 span { border-color: rgb(43,48,17); }

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