Html Css Color HEX #303126 Green Waterloo

📋 copy color: '#303126'

red 48 ◦ green 49 ◦ blue 38

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

Shades of Green Waterloo #303126

Tints of Green Waterloo #303126

RGB

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

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

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

R = 35.56%
G = 36.3%
B = 28.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#303126 (or 0x303126) is known color: Green Waterloo. HEX triplet: 30, 31 and 26. RGB value is (48,49,38). Sum of RGB (Red+Green+Blue) = 48+49+38=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #303126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303126 is #CFCED9. Grayscale: #2F2F2F. Windows color (decimal): -13618906 or 2502960. OLE color: 2502960.

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

Color convert

RGB 48 49 38 -
CMYK 0.02 0 0.22 0.81
HSL 65.45º 0.13% 0.17% -
HSV(B) 65.45º 0.22% 0.19% -
XYZ 2.67 2.96 2.27 -
YUV 47.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 48 49 38 0.02 0 0.22 0.81 65.45 0.13 0.17
Hex 30 31 26 2 0 16 51 41 D 11
Octal 60 61 46 2 0 26 121 101 15 21
Binary 110000 110001 100110 10 0 10110 1010001 1000001 1101 10001

Color Harmonies of #303126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303126

Black with #303126

Text Example


Text Example

White with #303126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303126; }

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

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

background-color css

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

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

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

border-color css

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

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

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