Html Css Color HEX #30341B Green Waterloo

📋 copy color: '#30341B'

red 48 ◦ green 52 ◦ blue 27

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

Shades of Green Waterloo #30341B

Tints of Green Waterloo #30341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.26%

R = 37.8%
G = 40.94%
B = 21.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#30341B (or 0x30341B) is known color: Green Waterloo. HEX triplet: 30, 34 and 1B. RGB value is (48,52,27). Sum of RGB (Red+Green+Blue) = 48+52+27=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #30341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30341B is #CFCBE4. Grayscale: #303030. Windows color (decimal): -13618149 or 1782832. OLE color: 1782832.

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

Color convert

RGB 48 52 27 -
CMYK 0.08 0 0.48 0.80
HSL 69.6º 0.32% 0.15% -
HSV(B) 69.6º 0.48% 0.2% -
XYZ 2.64 3.16 1.51 -
YUV 47.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 48 52 27 0.08 0 0.48 0.80 69.6 0.32 0.15
Hex 30 34 1B 8 0 30 50 46 20 F
Octal 60 64 33 10 0 60 120 106 40 17
Binary 110000 110100 11011 1000 0 110000 1010000 1000110 100000 1111

Color Harmonies of #30341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30341B

Black with #30341B

Text Example


Text Example

White with #30341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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