Html Css Color HEX #304C2E Palm Leaf

📋 copy color: '#304C2E'

red 48 ◦ green 76 ◦ blue 46

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

Shades of Palm Leaf #304C2E

Tints of Palm Leaf #304C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.06%

R = 28.24%
G = 44.71%
B = 27.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#304C2E (or 0x304C2E) is known color: Palm Leaf. HEX triplet: 30, 4C and 2E. RGB value is (48,76,46). Sum of RGB (Red+Green+Blue) = 48+76+46=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #304C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C2E is #CFB3D1. Grayscale: #404040. Windows color (decimal): -13611986 or 3034160. OLE color: 3034160.

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

Color convert

RGB 48 76 46 -
CMYK 0.37 0 0.39 0.70
HSL 116º 0.25% 0.24% -
HSV(B) 116º 0.39% 0.3% -
XYZ 4.3 5.99 3.52 -
YUV 64.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 48 76 46 0.37 0 0.39 0.70 116 0.25 0.24
Hex 30 4C 2E 25 0 27 46 74 19 18
Octal 60 114 56 45 0 47 106 164 31 30
Binary 110000 1001100 101110 100101 0 100111 1000110 1110100 11001 11000

Color Harmonies of #304C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C2E

Black with #304C2E

Text Example


Text Example

White with #304C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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