Html Css Color HEX #303226 Green Waterloo

📋 copy color: '#303226'

red 48 ◦ green 50 ◦ blue 38

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

Shades of Green Waterloo #303226

Tints of Green Waterloo #303226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.94%

R = 35.29%
G = 36.76%
B = 27.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#303226 (or 0x303226) is known color: Green Waterloo. HEX triplet: 30, 32 and 26. RGB value is (48,50,38). Sum of RGB (Red+Green+Blue) = 48+50+38=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 50 - color contains mainly: green. Hex color #303226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303226 is #CFCDD9. Grayscale: #303030. Windows color (decimal): -13618650 or 2503216. OLE color: 2503216.

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

Color convert

RGB 48 50 38 -
CMYK 0.04 0 0.24 0.80
HSL 70º 0.14% 0.17% -
HSV(B) 70º 0.24% 0.2% -
XYZ 2.71 3.05 2.28 -
YUV 48.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 48 50 38 0.04 0 0.24 0.80 70 0.14 0.17
Hex 30 32 26 4 0 18 50 46 E 11
Octal 60 62 46 4 0 30 120 106 16 21
Binary 110000 110010 100110 100 0 11000 1010000 1000110 1110 10001

Color Harmonies of #303226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303226

Black with #303226

Text Example


Text Example

White with #303226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303226; }

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

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

background-color css

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

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

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

border-color css

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

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

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