Html Css Color HEX #30422B Palm Leaf

📋 copy color: '#30422B'

red 48 ◦ green 66 ◦ blue 43

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

Shades of Palm Leaf #30422B

Tints of Palm Leaf #30422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 30.57%
G = 42.04%
B = 27.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#30422B (or 0x30422B) is known color: Palm Leaf. HEX triplet: 30, 42 and 2B. RGB value is (48,66,43). Sum of RGB (Red+Green+Blue) = 48+66+43=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #30422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30422B is #CFBDD4. Grayscale: #3A3A3A. Windows color (decimal): -13614549 or 2834992. OLE color: 2834992.

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

Color convert

RGB 48 66 43 -
CMYK 0.27 0 0.35 0.74
HSL 106.96º 0.21% 0.21% -
HSV(B) 106.96º 0.35% 0.26% -
XYZ 3.6 4.7 3 -
YUV 58 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 48 66 43 0.27 0 0.35 0.74 106.96 0.21 0.21
Hex 30 42 2B 1B 0 23 4A 6B 15 15
Octal 60 102 53 33 0 43 112 153 25 25
Binary 110000 1000010 101011 11011 0 100011 1001010 1101011 10101 10101

Color Harmonies of #30422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30422B

Black with #30422B

Text Example


Text Example

White with #30422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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