Html Css Color HEX #30341A Green Waterloo

📋 copy color: '#30341A'

red 48 ◦ green 52 ◦ blue 26

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

Shades of Green Waterloo #30341A

Tints of Green Waterloo #30341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 38.1%
G = 41.27%
B = 20.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#30341A (or 0x30341A) is known color: Green Waterloo. HEX triplet: 30, 34 and 1A. RGB value is (48,52,26). Sum of RGB (Red+Green+Blue) = 48+52+26=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #30341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30341A is #CFCBE5. Grayscale: #2F2F2F. Windows color (decimal): -13618150 or 1717296. OLE color: 1717296.

HSL color Cylindrical-coordinate representation of color #30341A: hue angle of 69.23º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30341A is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 26 -
CMYK 0.08 0 0.50 0.80
HSL 69.23º 0.33% 0.15% -
HSV(B) 69.23º 0.5% 0.2% -
XYZ 2.63 3.16 1.45 -
YUV 47.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 48 52 26 0.08 0 0.50 0.80 69.23 0.33 0.15
Hex 30 34 1A 8 0 32 50 45 21 F
Octal 60 64 32 10 0 62 120 105 41 17
Binary 110000 110100 11010 1000 0 110010 1010000 1000101 100001 1111

Color Harmonies of #30341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30341A

Black with #30341A

Text Example


Text Example

White with #30341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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