Html Css Color HEX #303319 Green Waterloo

📋 copy color: '#303319'

red 48 ◦ green 51 ◦ blue 25

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

Shades of Green Waterloo #303319

Tints of Green Waterloo #303319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 38.71%
G = 41.13%
B = 20.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#303319 (or 0x303319) is known color: Green Waterloo. HEX triplet: 30, 33 and 19. RGB value is (48,51,25). Sum of RGB (Red+Green+Blue) = 48+51+25=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #303319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303319 is #CFCCE6. Grayscale: #2F2F2F. Windows color (decimal): -13618407 or 1651504. OLE color: 1651504.

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

Color convert

RGB 48 51 25 -
CMYK 0.06 0 0.51 0.8
HSL 66.92º 0.34% 0.15% -
HSV(B) 66.92º 0.51% 0.2% -
XYZ 2.58 3.07 1.38 -
YUV 47.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 48 51 25 0.06 0 0.51 0.8 66.92 0.34 0.15
Hex 30 33 19 6 0 33 50 43 22 F
Octal 60 63 31 6 0 63 120 103 42 17
Binary 110000 110011 11001 110 0 110011 1010000 1000011 100010 1111

Color Harmonies of #303319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303319

Black with #303319

Text Example


Text Example

White with #303319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303319; }

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

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

background-color css

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

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

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

border-color css

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

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

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