Html Css Color HEX #2B300B Green Waterloo

📋 copy color: '#2B300B'

red 43 ◦ green 48 ◦ blue 11

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

Shades of Green Waterloo #2B300B

Tints of Green Waterloo #2B300B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.78%

R = 42.16%
G = 47.06%
B = 10.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#2B300B (or 0x2B300B) is known color: Green Waterloo. HEX triplet: 2B, 30 and 0B. RGB value is (43,48,11). Sum of RGB (Red+Green+Blue) = 43+48+11=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #2B300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B300B is #D4CFF4. Grayscale: #2A2A2A. Windows color (decimal): -13946869 or 733227. OLE color: 733227.

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

Color convert

RGB 43 48 11 -
CMYK 0.10 0 0.77 0.81
HSL 68.11º 0.63% 0.12% -
HSV(B) 68.11º 0.77% 0.19% -
XYZ 2.11 2.65 0.72 -
YUV 42.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 43 48 11 0.10 0 0.77 0.81 68.11 0.63 0.12
Hex 2B 30 B A 0 4D 51 44 3F C
Octal 53 60 13 12 0 115 121 104 77 14
Binary 101011 110000 1011 1010 0 1001101 1010001 1000100 111111 1100

Color Harmonies of #2B300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B300B

Black with #2B300B

Text Example


Text Example

White with #2B300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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