Html Css Color HEX #2B300A Green Waterloo

📋 copy color: '#2B300A'

red 43 ◦ green 48 ◦ blue 10

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

Shades of Green Waterloo #2B300A

Tints of Green Waterloo #2B300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 42.57%
G = 47.52%
B = 9.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#2B300A (or 0x2B300A) is known color: Green Waterloo. HEX triplet: 2B, 30 and 0A. RGB value is (43,48,10). Sum of RGB (Red+Green+Blue) = 43+48+10=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #2B300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B300A is #D4CFF5. Grayscale: #2A2A2A. Windows color (decimal): -13946870 or 667691. OLE color: 667691.

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

Color convert

RGB 43 48 10 -
CMYK 0.10 0 0.79 0.81
HSL 67.89º 0.66% 0.11% -
HSV(B) 67.89º 0.79% 0.19% -
XYZ 2.11 2.65 0.69 -
YUV 42.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 43 48 10 0.10 0 0.79 0.81 67.89 0.66 0.11
Hex 2B 30 A A 0 4F 51 44 42 B
Octal 53 60 12 12 0 117 121 104 102 13
Binary 101011 110000 1010 1010 0 1001111 1010001 1000100 1000010 1011

Color Harmonies of #2B300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B300A

Black with #2B300A

Text Example


Text Example

White with #2B300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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