Html Css Color HEX #303215 Green Waterloo

📋 copy color: '#303215'

red 48 ◦ green 50 ◦ blue 21

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

Shades of Green Waterloo #303215

Tints of Green Waterloo #303215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 40.34%
G = 42.02%
B = 17.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#303215 (or 0x303215) is known color: Green Waterloo. HEX triplet: 30, 32 and 15. RGB value is (48,50,21). Sum of RGB (Red+Green+Blue) = 48+50+21=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #303215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303215 is #CFCDEA. Grayscale: #2E2E2E. Windows color (decimal): -13618667 or 1389104. OLE color: 1389104.

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

Color convert

RGB 48 50 21 -
CMYK 0.04 0 0.58 0.80
HSL 64.14º 0.41% 0.14% -
HSV(B) 64.14º 0.58% 0.2% -
XYZ 2.49 2.96 1.15 -
YUV 46.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 48 50 21 0.04 0 0.58 0.80 64.14 0.41 0.14
Hex 30 32 15 4 0 3A 50 40 29 E
Octal 60 62 25 4 0 72 120 100 51 16
Binary 110000 110010 10101 100 0 111010 1010000 1000000 101001 1110

Color Harmonies of #303215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303215

Black with #303215

Text Example


Text Example

White with #303215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303215; }

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

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

background-color css

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

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

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

border-color css

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

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

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