Html Css Color HEX #333F2D Palm Leaf

📋 copy color: '#333F2D'

red 51 ◦ green 63 ◦ blue 45

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

Shades of Palm Leaf #333F2D

Tints of Palm Leaf #333F2D

RGB

 RED value IS 51 (20.31% from 255) = 32.08%

 GREEN value IS 63 (25% from 255) = 39.62%

 BLUE value IS 45 (17.97% from 255) = 28.3%

R = 32.08%
G = 39.62%
B = 28.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#333F2D (or 0x333F2D) is known color: Palm Leaf. HEX triplet: 33, 3F and 2D. RGB value is (51,63,45). Sum of RGB (Red+Green+Blue) = 51+63+45=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #333F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F2D is #CCC0D2. Grayscale: #393939. Windows color (decimal): -13418707 or 2965299. OLE color: 2965299.

HSL color Cylindrical-coordinate representation of color #333F2D: hue angle of 100º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333F2D is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 63 45 -
CMYK 0.19 0 0.29 0.75
HSL 100º 0.17% 0.21% -
HSV(B) 100º 0.29% 0.25% -
XYZ 3.62 4.45 3.15 -
YUV 57.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 51 63 45 0.19 0 0.29 0.75 100 0.17 0.21
Hex 33 3F 2D 13 0 1D 4B 64 11 15
Octal 63 77 55 23 0 35 113 144 21 25
Binary 110011 111111 101101 10011 0 11101 1001011 1100100 10001 10101

Color Harmonies of #333F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F2D

Black with #333F2D

Text Example


Text Example

White with #333F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333F2D; }

 p { color: rgb(51,63,45); }

 H1.HeaderClassName
 {
   color: #333F2D;
 }
 .AnyTagClassName
 {
   color: #333F2D;
 }
</style>

background-color css

<style>
 a { background-color: #333F2D; }

 a { background-color: rgb(51,63,45); }

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

border-color css

<style>
 span { border-color: #333F2D; }

 span { border-color: rgb(51,63,45); }

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