Html Css Color HEX #303227 Green Waterloo

📋 copy color: '#303227'

red 48 ◦ green 50 ◦ blue 39

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

Shades of Green Waterloo #303227

Tints of Green Waterloo #303227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.47%

R = 35.04%
G = 36.5%
B = 28.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#303227 (or 0x303227) is known color: Green Waterloo. HEX triplet: 30, 32 and 27. RGB value is (48,50,39). Sum of RGB (Red+Green+Blue) = 48+50+39=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 50 - color contains mainly: green. Hex color #303227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303227 is #CFCDD8. Grayscale: #303030. Windows color (decimal): -13618649 or 2568752. OLE color: 2568752.

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

Color convert

RGB 48 50 39 -
CMYK 0.04 0 0.22 0.80
HSL 70.91º 0.12% 0.17% -
HSV(B) 70.91º 0.22% 0.2% -
XYZ 2.73 3.06 2.37 -
YUV 48.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 48 50 39 0.04 0 0.22 0.80 70.91 0.12 0.17
Hex 30 32 27 4 0 16 50 47 C 11
Octal 60 62 47 4 0 26 120 107 14 21
Binary 110000 110010 100111 100 0 10110 1010000 1000111 1100 10001

Color Harmonies of #303227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303227

Black with #303227

Text Example


Text Example

White with #303227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303227; }

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

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

background-color css

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

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

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

border-color css

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

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

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