Html Css Color HEX #303212 Green Waterloo

📋 copy color: '#303212'

red 48 ◦ green 50 ◦ blue 18

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

Shades of Green Waterloo #303212

Tints of Green Waterloo #303212

RGB

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

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

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

R = 41.38%
G = 43.1%
B = 15.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#303212 (or 0x303212) is known color: Green Waterloo. HEX triplet: 30, 32 and 12. RGB value is (48,50,18). Sum of RGB (Red+Green+Blue) = 48+50+18=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #303212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303212 is #CFCDED. Grayscale: #2D2D2D. Windows color (decimal): -13618670 or 1192496. OLE color: 1192496.

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

Color convert

RGB 48 50 18 -
CMYK 0.04 0 0.64 0.80
HSL 63.75º 0.47% 0.13% -
HSV(B) 63.75º 0.64% 0.2% -
XYZ 2.47 2.95 1.01 -
YUV 45.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 48 50 18 0.04 0 0.64 0.80 63.75 0.47 0.13
Hex 30 32 12 4 0 40 50 40 2F D
Octal 60 62 22 4 0 100 120 100 57 15
Binary 110000 110010 10010 100 0 1000000 1010000 1000000 101111 1101

Color Harmonies of #303212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303212

Black with #303212

Text Example


Text Example

White with #303212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303212; }

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

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

background-color css

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

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

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

border-color css

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

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

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