#33342F

Color #33342F Green Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Kelp #33342F

Tints of Green Kelp #33342F

Color information

#33342F (or 0x33342F) is unknown color: approx Green Kelp. HEX triplet: 33, 34 and 2F. RGB value is (51,52,47). Sum of RGB (Red+Green+Blue) = 51+52+47=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 52 - color contains mainly: green. Hex color #33342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33342F is #CCCBD0. Grayscale: #333333. Windows color (decimal): -13421521 or 3093555. OLE color: 3093555.

HSL color Cylindrical-coordinate representation of color #33342F: hue angle of 72º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #33342F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB515247-
CMYK0.0200.100.80
HSL72º5.05%19.41%-
HSV(B)72º9.62%20.39%-
XYZ3.113.373.18-
YUV51.13125.67127.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=34%
G=34.67%
B=31.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152470.0200.100.80725.0519.41
Hex33342F20A5048513
Octal6364572012120110523
Binary11001111010010111110010101010000100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,52,47); }

 H1.HeaderClassName
 {
   color: #33342F;
 }
 .AnyTagClassName
 {
   color: #33342F;
 }
</style>
background-color css

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

 a { background-color: rgb(51,52,47); }

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

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

 span { border-color: rgb(51,52,47); }

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