Html Css Color HEX #305B1A Palm Leaf

📋 copy color: '#305B1A'

red 48 ◦ green 91 ◦ blue 26

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

Shades of Palm Leaf #305B1A

Tints of Palm Leaf #305B1A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 55.15%

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 29.09%
G = 55.15%
B = 15.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#305B1A (or 0x305B1A) is known color: Palm Leaf. HEX triplet: 30, 5B and 1A. RGB value is (48,91,26). Sum of RGB (Red+Green+Blue) = 48+91+26=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #305B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305B1A is #CFA4E5. Grayscale: #464646. Windows color (decimal): -13608166 or 1727280. OLE color: 1727280.

HSL color Cylindrical-coordinate representation of color #305B1A: hue angle of 99.69º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #305B1A is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 91 26 -
CMYK 0.47 0 0.71 0.64
HSL 99.69º 0.56% 0.23% -
HSV(B) 99.69º 0.71% 0.36% -
XYZ 5.15 8.19 2.29 -
YUV 70.73 102.75 111.79 -
System Red Green Blue C M Y K H S L
Decimal 48 91 26 0.47 0 0.71 0.64 99.69 0.56 0.23
Hex 30 5B 1A 2F 0 47 40 64 38 17
Octal 60 133 32 57 0 107 100 144 70 27
Binary 110000 1011011 11010 101111 0 1000111 1000000 1100100 111000 10111

Color Harmonies of #305B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B1A

Black with #305B1A

Text Example


Text Example

White with #305B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,91,26); }

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

background-color css

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

 a { background-color: rgb(48,91,26); }

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

border-color css

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

 span { border-color: rgb(48,91,26); }

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