#304127

Color #304127 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #304127

Tints of Palm Leaf #304127

Color information

#304127 (or 0x304127) is unknown color: approx Palm Leaf. HEX triplet: 30, 41 and 27. RGB value is (48,65,39). Sum of RGB (Red+Green+Blue) = 48+65+39=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #304127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304127 is #CFBED8. Grayscale: #393939. Windows color (decimal): -13614809 or 2572592. OLE color: 2572592.

HSL color Cylindrical-coordinate representation of color #304127: hue angle of 99.23º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304127 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB486539-
CMYK0.2600.400.75
HSL99.23º25%20.39%-
HSV(B)99.23º40%25.49%-
XYZ3.484.562.62-
YUV56.95117.87121.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=31.58%
G=42.76%
B=25.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865390.2600.400.7599.232520.39
Hex3041271A0284B631914
Octal6010147320501131433124
Binary1100001000001100111110100101000100101111000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304127; }

 p { color: rgb(48,65,39); }

 H1.HeaderClassName
 {
   color: #304127;
 }
 .AnyTagClassName
 {
   color: #304127;
 }
</style>
background-color css

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

 a { background-color: rgb(48,65,39); }

 div.DivClassName
 {
   background-color: #304127;
 }
 .BgClassName
 {
   background-color: #304127;
 }
</style>
border-color css

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

 span { border-color: rgb(48,65,39); }

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