Html Css Color HEX #2B3017 Green Waterloo

📋 copy color: '#2B3017'

red 43 ◦ green 48 ◦ blue 23

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

Shades of Green Waterloo #2B3017

Tints of Green Waterloo #2B3017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 37.72%
G = 42.11%
B = 20.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#2B3017 (or 0x2B3017) is known color: Green Waterloo. HEX triplet: 2B, 30 and 17. RGB value is (43,48,23). Sum of RGB (Red+Green+Blue) = 43+48+23=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3017 is #D4CFE8. Grayscale: #2B2B2B. Windows color (decimal): -13946857 or 1519659. OLE color: 1519659.

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

Color convert

RGB 43 48 23 -
CMYK 0.10 0 0.52 0.81
HSL 72º 0.35% 0.14% -
HSV(B) 72º 0.52% 0.19% -
XYZ 2.21 2.69 1.21 -
YUV 43.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 43 48 23 0.10 0 0.52 0.81 72 0.35 0.14
Hex 2B 30 17 A 0 34 51 48 23 E
Octal 53 60 27 12 0 64 121 110 43 16
Binary 101011 110000 10111 1010 0 110100 1010001 1001000 100011 1110

Color Harmonies of #2B3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3017

Black with #2B3017

Text Example


Text Example

White with #2B3017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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