Html Css Color HEX #304B2E Palm Leaf

📋 copy color: '#304B2E'

red 48 ◦ green 75 ◦ blue 46

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

Shades of Palm Leaf #304B2E

Tints of Palm Leaf #304B2E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.38%

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

R = 28.4%
G = 44.38%
B = 27.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#304B2E (or 0x304B2E) is known color: Palm Leaf. HEX triplet: 30, 4B and 2E. RGB value is (48,75,46). Sum of RGB (Red+Green+Blue) = 48+75+46=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #304B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B2E is #CFB4D1. Grayscale: #3F3F3F. Windows color (decimal): -13612242 or 3033904. OLE color: 3033904.

HSL color Cylindrical-coordinate representation of color #304B2E: hue angle of 115.86º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304B2E is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 46 -
CMYK 0.36 0 0.39 0.71
HSL 115.86º 0.24% 0.24% -
HSV(B) 115.86º 0.39% 0.29% -
XYZ 4.23 5.86 3.49 -
YUV 63.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 48 75 46 0.36 0 0.39 0.71 115.86 0.24 0.24
Hex 30 4B 2E 24 0 27 47 74 18 18
Octal 60 113 56 44 0 47 107 164 30 30
Binary 110000 1001011 101110 100100 0 100111 1000111 1110100 11000 11000

Color Harmonies of #304B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B2E

Black with #304B2E

Text Example


Text Example

White with #304B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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