Html Css Color HEX #2B3015 Green Waterloo

📋 copy color: '#2B3015'

red 43 ◦ green 48 ◦ blue 21

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

Shades of Green Waterloo #2B3015

Tints of Green Waterloo #2B3015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 38.39%
G = 42.86%
B = 18.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#2B3015 (or 0x2B3015) is known color: Green Waterloo. HEX triplet: 2B, 30 and 15. RGB value is (43,48,21). Sum of RGB (Red+Green+Blue) = 43+48+21=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3015 is #D4CFEA. Grayscale: #2B2B2B. Windows color (decimal): -13946859 or 1388587. OLE color: 1388587.

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

Color convert

RGB 43 48 21 -
CMYK 0.10 0 0.56 0.81
HSL 71.11º 0.39% 0.14% -
HSV(B) 71.11º 0.56% 0.19% -
XYZ 2.19 2.68 1.11 -
YUV 43.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 43 48 21 0.10 0 0.56 0.81 71.11 0.39 0.14
Hex 2B 30 15 A 0 38 51 47 27 E
Octal 53 60 25 12 0 70 121 107 47 16
Binary 101011 110000 10101 1010 0 111000 1010001 1000111 100111 1110

Color Harmonies of #2B3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3015

Black with #2B3015

Text Example


Text Example

White with #2B3015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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