Html Css Color HEX #303125 Green Waterloo

📋 copy color: '#303125'

red 48 ◦ green 49 ◦ blue 37

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

Shades of Green Waterloo #303125

Tints of Green Waterloo #303125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.61%

R = 35.82%
G = 36.57%
B = 27.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#303125 (or 0x303125) is known color: Green Waterloo. HEX triplet: 30, 31 and 25. RGB value is (48,49,37). Sum of RGB (Red+Green+Blue) = 48+49+37=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #303125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303125 is #CFCEDA. Grayscale: #2F2F2F. Windows color (decimal): -13618907 or 2437424. OLE color: 2437424.

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

Color convert

RGB 48 49 37 -
CMYK 0.02 0 0.24 0.81
HSL 65º 0.14% 0.17% -
HSV(B) 65º 0.24% 0.19% -
XYZ 2.65 2.96 2.18 -
YUV 47.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 48 49 37 0.02 0 0.24 0.81 65 0.14 0.17
Hex 30 31 25 2 0 18 51 41 E 11
Octal 60 61 45 2 0 30 121 101 16 21
Binary 110000 110001 100101 10 0 11000 1010001 1000001 1110 10001

Color Harmonies of #303125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303125

Black with #303125

Text Example


Text Example

White with #303125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303125; }

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

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

background-color css

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

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

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

border-color css

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

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

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