Html Css Color HEX #2B2E10 Green Waterloo

📋 copy color: '#2B2E10'

red 43 ◦ green 46 ◦ blue 16

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

Shades of Green Waterloo #2B2E10

Tints of Green Waterloo #2B2E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 43.81%

 BLUE value IS 16 (6.64% from 255) = 15.24%

R = 40.95%
G = 43.81%
B = 15.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.82

RGB Variations

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

Color information

#2B2E10 (or 0x2B2E10) is known color: Green Waterloo. HEX triplet: 2B, 2E and 10. RGB value is (43,46,16). Sum of RGB (Red+Green+Blue) = 43+46+16=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2E10 is #D4D1EF. Grayscale: #292929. Windows color (decimal): -13947376 or 1060395. OLE color: 1060395.

HSL color Cylindrical-coordinate representation of color #2B2E10: hue angle of 66º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B2E10 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.

Color convert

RGB 43 46 16 -
CMYK 0.07 0 0.65 0.82
HSL 66º 0.48% 0.12% -
HSV(B) 66º 0.65% 0.18% -
XYZ 2.07 2.5 0.86 -
YUV 41.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 43 46 16 0.07 0 0.65 0.82 66 0.48 0.12
Hex 2B 2E 10 7 0 41 52 42 30 C
Octal 53 56 20 7 0 101 122 102 60 14
Binary 101011 101110 10000 111 0 1000001 1010010 1000010 110000 1100

Color Harmonies of #2B2E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2E10

Black with #2B2E10

Text Example


Text Example

White with #2B2E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,46,16); }

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

background-color css

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

 a { background-color: rgb(43,46,16); }

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

border-color css

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

 span { border-color: rgb(43,46,16); }

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