Html Css Color HEX #305A25 Palm Leaf

📋 copy color: '#305A25'

red 48 ◦ green 90 ◦ blue 37

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

Shades of Palm Leaf #305A25

Tints of Palm Leaf #305A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

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

R = 27.43%
G = 51.43%
B = 21.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#305A25 (or 0x305A25) is known color: Palm Leaf. HEX triplet: 30, 5A and 25. RGB value is (48,90,37). Sum of RGB (Red+Green+Blue) = 48+90+37=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #305A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A25 is #CFA5DA. Grayscale: #474747. Windows color (decimal): -13608411 or 2447920. OLE color: 2447920.

HSL color Cylindrical-coordinate representation of color #305A25: hue angle of 107.55º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305A25 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 37 -
CMYK 0.47 0 0.59 0.65
HSL 107.55º 0.42% 0.25% -
HSV(B) 107.55º 0.59% 0.35% -
XYZ 5.21 8.07 3.03 -
YUV 71.4 108.59 111.31 -
System Red Green Blue C M Y K H S L
Decimal 48 90 37 0.47 0 0.59 0.65 107.55 0.42 0.25
Hex 30 5A 25 2F 0 3B 41 6C 2A 19
Octal 60 132 45 57 0 73 101 154 52 31
Binary 110000 1011010 100101 101111 0 111011 1000001 1101100 101010 11001

Color Harmonies of #305A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A25

Black with #305A25

Text Example


Text Example

White with #305A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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