Html Css Color HEX #304C1E Palm Leaf

📋 copy color: '#304C1E'

red 48 ◦ green 76 ◦ blue 30

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

Shades of Palm Leaf #304C1E

Tints of Palm Leaf #304C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 31.17%
G = 49.35%
B = 19.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#304C1E (or 0x304C1E) is known color: Palm Leaf. HEX triplet: 30, 4C and 1E. RGB value is (48,76,30). Sum of RGB (Red+Green+Blue) = 48+76+30=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #304C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C1E is #CFB3E1. Grayscale: #3E3E3E. Windows color (decimal): -13612002 or 1985584. OLE color: 1985584.

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

Color convert

RGB 48 76 30 -
CMYK 0.37 0 0.61 0.70
HSL 96.52º 0.43% 0.21% -
HSV(B) 96.52º 0.61% 0.3% -
XYZ 4.04 5.89 2.15 -
YUV 62.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 48 76 30 0.37 0 0.61 0.70 96.52 0.43 0.21
Hex 30 4C 1E 25 0 3D 46 61 2B 15
Octal 60 114 36 45 0 75 106 141 53 25
Binary 110000 1001100 11110 100101 0 111101 1000110 1100001 101011 10101

Color Harmonies of #304C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C1E

Black with #304C1E

Text Example


Text Example

White with #304C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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