Html Css Color HEX #30422E Palm Leaf

📋 copy color: '#30422E'

red 48 ◦ green 66 ◦ blue 46

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

Shades of Palm Leaf #30422E

Tints of Palm Leaf #30422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.75%

R = 30%
G = 41.25%
B = 28.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#30422E (or 0x30422E) is known color: Palm Leaf. HEX triplet: 30, 42 and 2E. RGB value is (48,66,46). Sum of RGB (Red+Green+Blue) = 48+66+46=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #30422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30422E is #CFBDD1. Grayscale: #3A3A3A. Windows color (decimal): -13614546 or 3031600. OLE color: 3031600.

HSL color Cylindrical-coordinate representation of color #30422E: hue angle of 114º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #30422E is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 46 -
CMYK 0.27 0 0.30 0.74
HSL 114º 0.18% 0.22% -
HSV(B) 114º 0.3% 0.26% -
XYZ 3.66 4.72 3.3 -
YUV 58.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 48 66 46 0.27 0 0.30 0.74 114 0.18 0.22
Hex 30 42 2E 1B 0 1E 4A 72 12 16
Octal 60 102 56 33 0 36 112 162 22 26
Binary 110000 1000010 101110 11011 0 11110 1001010 1110010 10010 10110

Color Harmonies of #30422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30422E

Black with #30422E

Text Example


Text Example

White with #30422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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