Html Css Color HEX #303C2F Palm Leaf

📋 copy color: '#303C2F'

red 48 ◦ green 60 ◦ blue 47

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

Shades of Palm Leaf #303C2F

Tints of Palm Leaf #303C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.71%

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 30.97%
G = 38.71%
B = 30.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.76

RGB Variations

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

Color information

#303C2F (or 0x303C2F) is known color: Palm Leaf. HEX triplet: 30, 3C and 2F. RGB value is (48,60,47). Sum of RGB (Red+Green+Blue) = 48+60+47=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 60 - color contains mainly: green. Hex color #303C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C2F is #CFC3D0. Grayscale: #363636. Windows color (decimal): -13616081 or 3095600. OLE color: 3095600.

HSL color Cylindrical-coordinate representation of color #303C2F: hue angle of 115.38º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #303C2F is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 60 47 -
CMYK 0.20 0 0.22 0.76
HSL 115.38º 0.12% 0.21% -
HSV(B) 115.38º 0.22% 0.24% -
XYZ 3.35 4.07 3.3 -
YUV 54.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 48 60 47 0.20 0 0.22 0.76 115.38 0.12 0.21
Hex 30 3C 2F 14 0 16 4C 73 C 15
Octal 60 74 57 24 0 26 114 163 14 25
Binary 110000 111100 101111 10100 0 10110 1001100 1110011 1100 10101

Color Harmonies of #303C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C2F

Black with #303C2F

Text Example


Text Example

White with #303C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303C2F; }

 p { color: rgb(48,60,47); }

 H1.HeaderClassName
 {
   color: #303C2F;
 }
 .AnyTagClassName
 {
   color: #303C2F;
 }
</style>

background-color css

<style>
 a { background-color: #303C2F; }

 a { background-color: rgb(48,60,47); }

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

border-color css

<style>
 span { border-color: #303C2F; }

 span { border-color: rgb(48,60,47); }

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