Html Css Color HEX #304C1D Palm Leaf

📋 copy color: '#304C1D'

red 48 ◦ green 76 ◦ blue 29

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

Shades of Palm Leaf #304C1D

Tints of Palm Leaf #304C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.67%

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 31.37%
G = 49.67%
B = 18.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#304C1D (or 0x304C1D) is known color: Palm Leaf. HEX triplet: 30, 4C and 1D. RGB value is (48,76,29). Sum of RGB (Red+Green+Blue) = 48+76+29=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #304C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C1D is #CFB3E2. Grayscale: #3E3E3E. Windows color (decimal): -13612003 or 1920048. OLE color: 1920048.

HSL color Cylindrical-coordinate representation of color #304C1D: hue angle of 95.74º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304C1D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 29 -
CMYK 0.37 0 0.62 0.70
HSL 95.74º 0.45% 0.21% -
HSV(B) 95.74º 0.62% 0.3% -
XYZ 4.03 5.89 2.09 -
YUV 62.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 48 76 29 0.37 0 0.62 0.70 95.74 0.45 0.21
Hex 30 4C 1D 25 0 3E 46 60 2D 15
Octal 60 114 35 45 0 76 106 140 55 25
Binary 110000 1001100 11101 100101 0 111110 1000110 1100000 101101 10101

Color Harmonies of #304C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C1D

Black with #304C1D

Text Example


Text Example

White with #304C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304C1D; }

 p { color: rgb(48,76,29); }

 H1.HeaderClassName
 {
   color: #304C1D;
 }
 .AnyTagClassName
 {
   color: #304C1D;
 }
</style>

background-color css

<style>
 a { background-color: #304C1D; }

 a { background-color: rgb(48,76,29); }

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

border-color css

<style>
 span { border-color: #304C1D; }

 span { border-color: rgb(48,76,29); }

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