Html Css Color HEX #304725 Palm Leaf

📋 copy color: '#304725'

red 48 ◦ green 71 ◦ blue 37

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

Shades of Palm Leaf #304725

Tints of Palm Leaf #304725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.51%

 BLUE value IS 37 (14.84% from 255) = 23.72%

R = 30.77%
G = 45.51%
B = 23.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#304725 (or 0x304725) is known color: Palm Leaf. HEX triplet: 30, 47 and 25. RGB value is (48,71,37). Sum of RGB (Red+Green+Blue) = 48+71+37=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #304725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304725 is #CFB8DA. Grayscale: #3C3C3C. Windows color (decimal): -13613275 or 2443056. OLE color: 2443056.

HSL color Cylindrical-coordinate representation of color #304725: hue angle of 100.59º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #304725 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 37 -
CMYK 0.32 0 0.48 0.72
HSL 100.59º 0.31% 0.21% -
HSV(B) 100.59º 0.48% 0.28% -
XYZ 3.81 5.27 2.57 -
YUV 60.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 48 71 37 0.32 0 0.48 0.72 100.59 0.31 0.21
Hex 30 47 25 20 0 30 48 65 1F 15
Octal 60 107 45 40 0 60 110 145 37 25
Binary 110000 1000111 100101 100000 0 110000 1001000 1100101 11111 10101

Color Harmonies of #304725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304725

Black with #304725

Text Example


Text Example

White with #304725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304725; }

 p { color: rgb(48,71,37); }

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

background-color css

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

 a { background-color: rgb(48,71,37); }

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

border-color css

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

 span { border-color: rgb(48,71,37); }

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