Html Css Color HEX #303419 Green Waterloo

📋 copy color: '#303419'

red 48 ◦ green 52 ◦ blue 25

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

Shades of Green Waterloo #303419

Tints of Green Waterloo #303419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

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

R = 38.4%
G = 41.6%
B = 20%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#303419 (or 0x303419) is known color: Green Waterloo. HEX triplet: 30, 34 and 19. RGB value is (48,52,25). Sum of RGB (Red+Green+Blue) = 48+52+25=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #303419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303419 is #CFCBE6. Grayscale: #2F2F2F. Windows color (decimal): -13618151 or 1651760. OLE color: 1651760.

HSL color Cylindrical-coordinate representation of color #303419: hue angle of 68.89º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303419 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 25 -
CMYK 0.08 0 0.52 0.80
HSL 68.89º 0.35% 0.15% -
HSV(B) 68.89º 0.52% 0.2% -
XYZ 2.62 3.15 1.39 -
YUV 47.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 48 52 25 0.08 0 0.52 0.80 68.89 0.35 0.15
Hex 30 34 19 8 0 34 50 45 23 F
Octal 60 64 31 10 0 64 120 105 43 17
Binary 110000 110100 11001 1000 0 110100 1010000 1000101 100011 1111

Color Harmonies of #303419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303419

Black with #303419

Text Example


Text Example

White with #303419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303419; }

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

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

background-color css

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

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

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

border-color css

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

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

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