Html Css Color HEX #2B3014 Green Waterloo

📋 copy color: '#2B3014'

red 43 ◦ green 48 ◦ blue 20

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

Shades of Green Waterloo #2B3014

Tints of Green Waterloo #2B3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.02%

R = 38.74%
G = 43.24%
B = 18.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#2B3014 (or 0x2B3014) is known color: Green Waterloo. HEX triplet: 2B, 30 and 14. RGB value is (43,48,20). Sum of RGB (Red+Green+Blue) = 43+48+20=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3014 is #D4CFEB. Grayscale: #2B2B2B. Windows color (decimal): -13946860 or 1323051. OLE color: 1323051.

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

Color convert

RGB 43 48 20 -
CMYK 0.10 0 0.58 0.81
HSL 70.71º 0.41% 0.13% -
HSV(B) 70.71º 0.58% 0.19% -
XYZ 2.18 2.68 1.06 -
YUV 43.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 43 48 20 0.10 0 0.58 0.81 70.71 0.41 0.13
Hex 2B 30 14 A 0 3A 51 47 29 D
Octal 53 60 24 12 0 72 121 107 51 15
Binary 101011 110000 10100 1010 0 111010 1010001 1000111 101001 1101

Color Harmonies of #2B3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3014

Black with #2B3014

Text Example


Text Example

White with #2B3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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