Html Css Color HEX #30312A Green Waterloo

📋 copy color: '#30312A'

red 48 ◦ green 49 ◦ blue 42

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

Shades of Green Waterloo #30312A

Tints of Green Waterloo #30312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30.22%

R = 34.53%
G = 35.25%
B = 30.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#30312A (or 0x30312A) is known color: Green Waterloo. HEX triplet: 30, 31 and 2A. RGB value is (48,49,42). Sum of RGB (Red+Green+Blue) = 48+49+42=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 49 - color contains mainly: green. Hex color #30312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30312A is #CFCED5. Grayscale: #2F2F2F. Windows color (decimal): -13618902 or 2765104. OLE color: 2765104.

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

Color convert

RGB 48 49 42 -
CMYK 0.02 0 0.14 0.81
HSL 68.57º 0.08% 0.18% -
HSV(B) 68.57º 0.14% 0.19% -
XYZ 2.74 2.99 2.62 -
YUV 47.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 48 49 42 0.02 0 0.14 0.81 68.57 0.08 0.18
Hex 30 31 2A 2 0 E 51 45 8 12
Octal 60 61 52 2 0 16 121 105 10 22
Binary 110000 110001 101010 10 0 1110 1010001 1000101 1000 10010

Color Harmonies of #30312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30312A

Black with #30312A

Text Example


Text Example

White with #30312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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