Html Css Color HEX #30341F Green Waterloo

📋 copy color: '#30341F'

red 48 ◦ green 52 ◦ blue 31

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

Shades of Green Waterloo #30341F

Tints of Green Waterloo #30341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.69%

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 36.64%
G = 39.69%
B = 23.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#30341F (or 0x30341F) is known color: Green Waterloo. HEX triplet: 30, 34 and 1F. RGB value is (48,52,31). Sum of RGB (Red+Green+Blue) = 48+52+31=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #30341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30341F is #CFCBE0. Grayscale: #303030. Windows color (decimal): -13618145 or 2044976. OLE color: 2044976.

HSL color Cylindrical-coordinate representation of color #30341F: hue angle of 71.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30341F is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 31 -
CMYK 0.08 0 0.40 0.80
HSL 71.43º 0.25% 0.16% -
HSV(B) 71.43º 0.4% 0.2% -
XYZ 2.69 3.18 1.77 -
YUV 48.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 48 52 31 0.08 0 0.40 0.80 71.43 0.25 0.16
Hex 30 34 1F 8 0 28 50 47 19 10
Octal 60 64 37 10 0 50 120 107 31 20
Binary 110000 110100 11111 1000 0 101000 1010000 1000111 11001 10000

Color Harmonies of #30341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30341F

Black with #30341F

Text Example


Text Example

White with #30341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30341F; }

 p { color: rgb(48,52,31); }

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

background-color css

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

 a { background-color: rgb(48,52,31); }

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

border-color css

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

 span { border-color: rgb(48,52,31); }

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