Html Css Color HEX #30312B Green Waterloo

📋 copy color: '#30312B'

red 48 ◦ green 49 ◦ blue 43

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

Shades of Green Waterloo #30312B

Tints of Green Waterloo #30312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.71%

R = 34.29%
G = 35%
B = 30.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#30312B (or 0x30312B) is known color: Green Waterloo. HEX triplet: 30, 31 and 2B. RGB value is (48,49,43). Sum of RGB (Red+Green+Blue) = 48+49+43=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 49 - color contains mainly: green. Hex color #30312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30312B is #CFCED4. Grayscale: #303030. Windows color (decimal): -13618901 or 2830640. OLE color: 2830640.

HSL color Cylindrical-coordinate representation of color #30312B: hue angle of 70º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #30312B is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 49 43 -
CMYK 0.02 0 0.12 0.81
HSL 70º 0.07% 0.18% -
HSV(B) 70º 0.12% 0.19% -
XYZ 2.75 3 2.72 -
YUV 48.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 48 49 43 0.02 0 0.12 0.81 70 0.07 0.18
Hex 30 31 2B 2 0 C 51 46 7 12
Octal 60 61 53 2 0 14 121 106 7 22
Binary 110000 110001 101011 10 0 1100 1010001 1000110 111 10010

Color Harmonies of #30312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30312B

Black with #30312B

Text Example


Text Example

White with #30312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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