Html Css Color HEX #30341E Green Waterloo

📋 copy color: '#30341E'

red 48 ◦ green 52 ◦ blue 30

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

Shades of Green Waterloo #30341E

Tints of Green Waterloo #30341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.08%

R = 36.92%
G = 40%
B = 23.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#30341E (or 0x30341E) is known color: Green Waterloo. HEX triplet: 30, 34 and 1E. RGB value is (48,52,30). Sum of RGB (Red+Green+Blue) = 48+52+30=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #30341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30341E is #CFCBE1. Grayscale: #303030. Windows color (decimal): -13618146 or 1979440. OLE color: 1979440.

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

Color convert

RGB 48 52 30 -
CMYK 0.08 0 0.42 0.80
HSL 70.91º 0.27% 0.16% -
HSV(B) 70.91º 0.42% 0.2% -
XYZ 2.68 3.18 1.7 -
YUV 48.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 48 52 30 0.08 0 0.42 0.80 70.91 0.27 0.16
Hex 30 34 1E 8 0 2A 50 47 1B 10
Octal 60 64 36 10 0 52 120 107 33 20
Binary 110000 110100 11110 1000 0 101010 1010000 1000111 11011 10000

Color Harmonies of #30341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30341E

Black with #30341E

Text Example


Text Example

White with #30341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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