Html Css Color HEX #304B2F Palm Leaf

📋 copy color: '#304B2F'

red 48 ◦ green 75 ◦ blue 47

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

Shades of Palm Leaf #304B2F

Tints of Palm Leaf #304B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.65%

R = 28.24%
G = 44.12%
B = 27.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#304B2F (or 0x304B2F) is known color: Palm Leaf. HEX triplet: 30, 4B and 2F. RGB value is (48,75,47). Sum of RGB (Red+Green+Blue) = 48+75+47=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #304B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B2F is #CFB4D0. Grayscale: #3F3F3F. Windows color (decimal): -13612241 or 3099440. OLE color: 3099440.

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

Color convert

RGB 48 75 47 -
CMYK 0.36 0 0.37 0.71
HSL 117.86º 0.23% 0.24% -
HSV(B) 117.86º 0.37% 0.29% -
XYZ 4.25 5.87 3.6 -
YUV 63.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 48 75 47 0.36 0 0.37 0.71 117.86 0.23 0.24
Hex 30 4B 2F 24 0 25 47 76 17 18
Octal 60 113 57 44 0 45 107 166 27 30
Binary 110000 1001011 101111 100100 0 100101 1000111 1110110 10111 11000

Color Harmonies of #304B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B2F

Black with #304B2F

Text Example


Text Example

White with #304B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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