Html Css Color HEX #2B2E1E Green Waterloo

📋 copy color: '#2B2E1E'

red 43 ◦ green 46 ◦ blue 30

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

Shades of Green Waterloo #2B2E1E

Tints of Green Waterloo #2B2E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.21%

R = 36.13%
G = 38.66%
B = 25.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.82

RGB Variations

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

Color information

#2B2E1E (or 0x2B2E1E) is known color: Green Waterloo. HEX triplet: 2B, 2E and 1E. RGB value is (43,46,30). Sum of RGB (Red+Green+Blue) = 43+46+30=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E1E is #D4D1E1. Grayscale: #2B2B2B. Windows color (decimal): -13947362 or 1977899. OLE color: 1977899.

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

Color convert

RGB 43 46 30 -
CMYK 0.07 0 0.35 0.82
HSL 71.25º 0.21% 0.15% -
HSV(B) 71.25º 0.35% 0.18% -
XYZ 2.21 2.56 1.61 -
YUV 43.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 43 46 30 0.07 0 0.35 0.82 71.25 0.21 0.15
Hex 2B 2E 1E 7 0 23 52 47 15 F
Octal 53 56 36 7 0 43 122 107 25 17
Binary 101011 101110 11110 111 0 100011 1010010 1000111 10101 1111

Color Harmonies of #2B2E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2E1E

Black with #2B2E1E

Text Example


Text Example

White with #2B2E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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