Html Css Color HEX #303217 Green Waterloo

📋 copy color: '#303217'

red 48 ◦ green 50 ◦ blue 23

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

Shades of Green Waterloo #303217

Tints of Green Waterloo #303217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 39.67%
G = 41.32%
B = 19.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#303217 (or 0x303217) is known color: Green Waterloo. HEX triplet: 30, 32 and 17. RGB value is (48,50,23). Sum of RGB (Red+Green+Blue) = 48+50+23=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #303217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303217 is #CFCDE8. Grayscale: #2E2E2E. Windows color (decimal): -13618665 or 1520176. OLE color: 1520176.

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

Color convert

RGB 48 50 23 -
CMYK 0.04 0 0.54 0.80
HSL 64.44º 0.37% 0.14% -
HSV(B) 64.44º 0.54% 0.2% -
XYZ 2.51 2.97 1.25 -
YUV 46.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 48 50 23 0.04 0 0.54 0.80 64.44 0.37 0.14
Hex 30 32 17 4 0 36 50 40 25 E
Octal 60 62 27 4 0 66 120 100 45 16
Binary 110000 110010 10111 100 0 110110 1010000 1000000 100101 1110

Color Harmonies of #303217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303217

Black with #303217

Text Example


Text Example

White with #303217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303217; }

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

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

background-color css

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

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

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

border-color css

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

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

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