Html Css Color HEX #303220 Green Waterloo

📋 copy color: '#303220'

red 48 ◦ green 50 ◦ blue 32

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

Shades of Green Waterloo #303220

Tints of Green Waterloo #303220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.62%

R = 36.92%
G = 38.46%
B = 24.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#303220 (or 0x303220) is known color: Green Waterloo. HEX triplet: 30, 32 and 20. RGB value is (48,50,32). Sum of RGB (Red+Green+Blue) = 48+50+32=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #303220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303220 is #CFCDDF. Grayscale: #2F2F2F. Windows color (decimal): -13618656 or 2110000. OLE color: 2110000.

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

Color convert

RGB 48 50 32 -
CMYK 0.04 0 0.36 0.80
HSL 66.67º 0.22% 0.16% -
HSV(B) 66.67º 0.36% 0.2% -
XYZ 2.62 3.01 1.81 -
YUV 47.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 48 50 32 0.04 0 0.36 0.80 66.67 0.22 0.16
Hex 30 32 20 4 0 24 50 43 16 10
Octal 60 62 40 4 0 44 120 103 26 20
Binary 110000 110010 100000 100 0 100100 1010000 1000011 10110 10000

Color Harmonies of #303220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303220

Black with #303220

Text Example


Text Example

White with #303220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303220; }

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

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

background-color css

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

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

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

border-color css

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

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

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