Html Css Color HEX #303211 Green Waterloo

📋 copy color: '#303211'

red 48 ◦ green 50 ◦ blue 17

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

Shades of Green Waterloo #303211

Tints of Green Waterloo #303211

RGB

 RED value IS 48 (19.14% from 255) = 41.74%

 GREEN value IS 50 (19.92% from 255) = 43.48%

 BLUE value IS 17 (7.03% from 255) = 14.78%

R = 41.74%
G = 43.48%
B = 14.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#303211 (or 0x303211) is known color: Green Waterloo. HEX triplet: 30, 32 and 11. RGB value is (48,50,17). Sum of RGB (Red+Green+Blue) = 48+50+17=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #303211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303211 is #CFCDEE. Grayscale: #2D2D2D. Windows color (decimal): -13618671 or 1126960. OLE color: 1126960.

HSL color Cylindrical-coordinate representation of color #303211: hue angle of 63.64º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #303211 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 50 17 -
CMYK 0.04 0 0.66 0.80
HSL 63.64º 0.49% 0.13% -
HSV(B) 63.64º 0.66% 0.2% -
XYZ 2.46 2.95 0.97 -
YUV 45.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 48 50 17 0.04 0 0.66 0.80 63.64 0.49 0.13
Hex 30 32 11 4 0 42 50 40 31 D
Octal 60 62 21 4 0 102 120 100 61 15
Binary 110000 110010 10001 100 0 1000010 1010000 1000000 110001 1101

Color Harmonies of #303211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303211

Black with #303211

Text Example


Text Example

White with #303211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303211; }

 p { color: rgb(48,50,17); }

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

background-color css

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

 a { background-color: rgb(48,50,17); }

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

border-color css

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

 span { border-color: rgb(48,50,17); }

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