Html Css Color HEX #303121 Green Waterloo

📋 copy color: '#303121'

red 48 ◦ green 49 ◦ blue 33

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

Shades of Green Waterloo #303121

Tints of Green Waterloo #303121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.69%

 BLUE value IS 33 (13.28% from 255) = 25.38%

R = 36.92%
G = 37.69%
B = 25.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#303121 (or 0x303121) is known color: Green Waterloo. HEX triplet: 30, 31 and 21. RGB value is (48,49,33). Sum of RGB (Red+Green+Blue) = 48+49+33=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 49 - color contains mainly: green. Hex color #303121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303121 is #CFCEDE. Grayscale: #2E2E2E. Windows color (decimal): -13618911 or 2175280. OLE color: 2175280.

HSL color Cylindrical-coordinate representation of color #303121: hue angle of 63.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303121 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 49 33 -
CMYK 0.02 0 0.33 0.81
HSL 63.75º 0.2% 0.16% -
HSV(B) 63.75º 0.33% 0.19% -
XYZ 2.59 2.93 1.87 -
YUV 46.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 48 49 33 0.02 0 0.33 0.81 63.75 0.2 0.16
Hex 30 31 21 2 0 21 51 40 14 10
Octal 60 61 41 2 0 41 121 100 24 20
Binary 110000 110001 100001 10 0 100001 1010001 1000000 10100 10000

Color Harmonies of #303121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303121

Black with #303121

Text Example


Text Example

White with #303121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303121; }

 p { color: rgb(48,49,33); }

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

background-color css

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

 a { background-color: rgb(48,49,33); }

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

border-color css

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

 span { border-color: rgb(48,49,33); }

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