Html Css Color HEX #305925 Palm Leaf

📋 copy color: '#305925'

red 48 ◦ green 89 ◦ blue 37

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

Shades of Palm Leaf #305925

Tints of Palm Leaf #305925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.15%

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

R = 27.59%
G = 51.15%
B = 21.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#305925 (or 0x305925) is known color: Palm Leaf. HEX triplet: 30, 59 and 25. RGB value is (48,89,37). Sum of RGB (Red+Green+Blue) = 48+89+37=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #305925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305925 is #CFA6DA. Grayscale: #464646. Windows color (decimal): -13608667 or 2447664. OLE color: 2447664.

HSL color Cylindrical-coordinate representation of color #305925: hue angle of 107.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305925 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 37 -
CMYK 0.46 0 0.58 0.65
HSL 107.31º 0.41% 0.25% -
HSV(B) 107.31º 0.58% 0.35% -
XYZ 5.13 7.91 3.01 -
YUV 70.81 108.92 111.73 -
System Red Green Blue C M Y K H S L
Decimal 48 89 37 0.46 0 0.58 0.65 107.31 0.41 0.25
Hex 30 59 25 2E 0 3A 41 6B 29 19
Octal 60 131 45 56 0 72 101 153 51 31
Binary 110000 1011001 100101 101110 0 111010 1000001 1101011 101001 11001

Color Harmonies of #305925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305925

Black with #305925

Text Example


Text Example

White with #305925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305925; }

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

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

background-color css

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

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

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

border-color css

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

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

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