Html Css Color HEX #303223 Green Waterloo

📋 copy color: '#303223'

red 48 ◦ green 50 ◦ blue 35

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

Shades of Green Waterloo #303223

Tints of Green Waterloo #303223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.32%

R = 36.09%
G = 37.59%
B = 26.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#303223 (or 0x303223) is known color: Green Waterloo. HEX triplet: 30, 32 and 23. RGB value is (48,50,35). Sum of RGB (Red+Green+Blue) = 48+50+35=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #303223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303223 is #CFCDDC. Grayscale: #2F2F2F. Windows color (decimal): -13618653 or 2306608. OLE color: 2306608.

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

Color convert

RGB 48 50 35 -
CMYK 0.04 0 0.30 0.80
HSL 68º 0.18% 0.17% -
HSV(B) 68º 0.3% 0.2% -
XYZ 2.66 3.03 2.03 -
YUV 47.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 48 50 35 0.04 0 0.30 0.80 68 0.18 0.17
Hex 30 32 23 4 0 1E 50 44 12 11
Octal 60 62 43 4 0 36 120 104 22 21
Binary 110000 110010 100011 100 0 11110 1010000 1000100 10010 10001

Color Harmonies of #303223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303223

Black with #303223

Text Example


Text Example

White with #303223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303223; }

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

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

background-color css

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

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

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

border-color css

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

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

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