Html Css Color HEX #303218 Green Waterloo

📋 copy color: '#303218'

red 48 ◦ green 50 ◦ blue 24

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

Shades of Green Waterloo #303218

Tints of Green Waterloo #303218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 39.34%
G = 40.98%
B = 19.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#303218 (or 0x303218) is known color: Green Waterloo. HEX triplet: 30, 32 and 18. RGB value is (48,50,24). Sum of RGB (Red+Green+Blue) = 48+50+24=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #303218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303218 is #CFCDE7. Grayscale: #2E2E2E. Windows color (decimal): -13618664 or 1585712. OLE color: 1585712.

HSL color Cylindrical-coordinate representation of color #303218: hue angle of 64.62º 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 #303218 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 50 24 -
CMYK 0.04 0 0.52 0.80
HSL 64.62º 0.35% 0.15% -
HSV(B) 64.62º 0.52% 0.2% -
XYZ 2.52 2.98 1.31 -
YUV 46.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 48 50 24 0.04 0 0.52 0.80 64.62 0.35 0.15
Hex 30 32 18 4 0 34 50 41 23 F
Octal 60 62 30 4 0 64 120 101 43 17
Binary 110000 110010 11000 100 0 110100 1010000 1000001 100011 1111

Color Harmonies of #303218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303218

Black with #303218

Text Example


Text Example

White with #303218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303218; }

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

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

background-color css

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

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

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

border-color css

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

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

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