Html Css Color HEX #303314 Green Waterloo

📋 copy color: '#303314'

red 48 ◦ green 51 ◦ blue 20

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

Shades of Green Waterloo #303314

Tints of Green Waterloo #303314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.86%

 BLUE value IS 20 (8.2% from 255) = 16.81%

R = 40.34%
G = 42.86%
B = 16.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#303314 (or 0x303314) is known color: Green Waterloo. HEX triplet: 30, 33 and 14. RGB value is (48,51,20). Sum of RGB (Red+Green+Blue) = 48+51+20=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #303314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303314 is #CFCCEB. Grayscale: #2E2E2E. Windows color (decimal): -13618412 or 1323824. OLE color: 1323824.

HSL color Cylindrical-coordinate representation of color #303314: hue angle of 65.81º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #303314 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 51 20 -
CMYK 0.06 0 0.61 0.8
HSL 65.81º 0.44% 0.14% -
HSV(B) 65.81º 0.61% 0.2% -
XYZ 2.53 3.05 1.12 -
YUV 46.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 48 51 20 0.06 0 0.61 0.8 65.81 0.44 0.14
Hex 30 33 14 6 0 3D 50 42 2C E
Octal 60 63 24 6 0 75 120 102 54 16
Binary 110000 110011 10100 110 0 111101 1010000 1000010 101100 1110

Color Harmonies of #303314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303314

Black with #303314

Text Example


Text Example

White with #303314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303314; }

 p { color: rgb(48,51,20); }

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

background-color css

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

 a { background-color: rgb(48,51,20); }

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

border-color css

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

 span { border-color: rgb(48,51,20); }

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