Html Css Color HEX #303318 Green Waterloo

📋 copy color: '#303318'

red 48 ◦ green 51 ◦ blue 24

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

Shades of Green Waterloo #303318

Tints of Green Waterloo #303318

RGB

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

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

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

R = 39.02%
G = 41.46%
B = 19.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#303318 (or 0x303318) is known color: Green Waterloo. HEX triplet: 30, 33 and 18. RGB value is (48,51,24). Sum of RGB (Red+Green+Blue) = 48+51+24=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #303318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303318 is #CFCCE7. Grayscale: #2F2F2F. Windows color (decimal): -13618408 or 1585968. OLE color: 1585968.

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

Color convert

RGB 48 51 24 -
CMYK 0.06 0 0.53 0.8
HSL 66.67º 0.36% 0.15% -
HSV(B) 66.67º 0.53% 0.2% -
XYZ 2.57 3.06 1.32 -
YUV 47.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 48 51 24 0.06 0 0.53 0.8 66.67 0.36 0.15
Hex 30 33 18 6 0 35 50 43 24 F
Octal 60 63 30 6 0 65 120 103 44 17
Binary 110000 110011 11000 110 0 110101 1010000 1000011 100100 1111

Color Harmonies of #303318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303318

Black with #303318

Text Example


Text Example

White with #303318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303318; }

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

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

background-color css

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

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

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

border-color css

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

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

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