Html Css Color HEX #304227 Palm Leaf

📋 copy color: '#304227'

red 48 ◦ green 66 ◦ blue 39

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

Shades of Palm Leaf #304227

Tints of Palm Leaf #304227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.14%

 BLUE value IS 39 (15.63% from 255) = 25.49%

R = 31.37%
G = 43.14%
B = 25.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#304227 (or 0x304227) is known color: Palm Leaf. HEX triplet: 30, 42 and 27. RGB value is (48,66,39). Sum of RGB (Red+Green+Blue) = 48+66+39=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #304227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304227 is #CFBDD8. Grayscale: #393939. Windows color (decimal): -13614553 or 2572848. OLE color: 2572848.

HSL color Cylindrical-coordinate representation of color #304227: hue angle of 100º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304227 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 39 -
CMYK 0.27 0 0.41 0.74
HSL 100º 0.26% 0.21% -
HSV(B) 100º 0.41% 0.26% -
XYZ 3.53 4.67 2.63 -
YUV 57.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 48 66 39 0.27 0 0.41 0.74 100 0.26 0.21
Hex 30 42 27 1B 0 29 4A 64 1A 15
Octal 60 102 47 33 0 51 112 144 32 25
Binary 110000 1000010 100111 11011 0 101001 1001010 1100100 11010 10101

Color Harmonies of #304227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304227

Black with #304227

Text Example


Text Example

White with #304227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304227; }

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

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

background-color css

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

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

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

border-color css

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

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

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