Html Css Color HEX #2B300E Green Waterloo

📋 copy color: '#2B300E'

red 43 ◦ green 48 ◦ blue 14

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

Shades of Green Waterloo #2B300E

Tints of Green Waterloo #2B300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.33%

R = 40.95%
G = 45.71%
B = 13.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#2B300E (or 0x2B300E) is known color: Green Waterloo. HEX triplet: 2B, 30 and 0E. RGB value is (43,48,14). Sum of RGB (Red+Green+Blue) = 43+48+14=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #2B300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B300E is #D4CFF1. Grayscale: #2A2A2A. Windows color (decimal): -13946866 or 929835. OLE color: 929835.

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

Color convert

RGB 43 48 14 -
CMYK 0.10 0 0.71 0.81
HSL 68.82º 0.55% 0.12% -
HSV(B) 68.82º 0.71% 0.19% -
XYZ 2.13 2.66 0.82 -
YUV 42.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 43 48 14 0.10 0 0.71 0.81 68.82 0.55 0.12
Hex 2B 30 E A 0 47 51 45 37 C
Octal 53 60 16 12 0 107 121 105 67 14
Binary 101011 110000 1110 1010 0 1000111 1010001 1000101 110111 1100

Color Harmonies of #2B300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B300E

Black with #2B300E

Text Example


Text Example

White with #2B300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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