Html Css Color HEX #303312 Green Waterloo

📋 copy color: '#303312'

red 48 ◦ green 51 ◦ blue 18

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

Shades of Green Waterloo #303312

Tints of Green Waterloo #303312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 41.03%
G = 43.59%
B = 15.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#303312 (or 0x303312) is known color: Green Waterloo. HEX triplet: 30, 33 and 12. RGB value is (48,51,18). Sum of RGB (Red+Green+Blue) = 48+51+18=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #303312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303312 is #CFCCED. Grayscale: #2E2E2E. Windows color (decimal): -13618414 or 1192752. OLE color: 1192752.

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

Color convert

RGB 48 51 18 -
CMYK 0.06 0 0.65 0.8
HSL 65.45º 0.48% 0.14% -
HSV(B) 65.45º 0.65% 0.2% -
XYZ 2.51 3.04 1.03 -
YUV 46.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 48 51 18 0.06 0 0.65 0.8 65.45 0.48 0.14
Hex 30 33 12 6 0 41 50 41 30 E
Octal 60 63 22 6 0 101 120 101 60 16
Binary 110000 110011 10010 110 0 1000001 1010000 1000001 110000 1110

Color Harmonies of #303312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303312

Black with #303312

Text Example


Text Example

White with #303312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303312; }

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

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

background-color css

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

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

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

border-color css

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

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

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