Html Css Color HEX #30452A Palm Leaf

📋 copy color: '#30452A'

red 48 ◦ green 69 ◦ blue 42

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

Shades of Palm Leaf #30452A

Tints of Palm Leaf #30452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 30.19%
G = 43.4%
B = 26.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#30452A (or 0x30452A) is known color: Palm Leaf. HEX triplet: 30, 45 and 2A. RGB value is (48,69,42). Sum of RGB (Red+Green+Blue) = 48+69+42=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #30452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30452A is #CFBAD5. Grayscale: #3B3B3B. Windows color (decimal): -13613782 or 2770224. OLE color: 2770224.

HSL color Cylindrical-coordinate representation of color #30452A: hue angle of 106.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30452A is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 42 -
CMYK 0.30 0 0.39 0.73
HSL 106.67º 0.24% 0.22% -
HSV(B) 106.67º 0.39% 0.27% -
XYZ 3.76 5.05 2.97 -
YUV 59.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 48 69 42 0.30 0 0.39 0.73 106.67 0.24 0.22
Hex 30 45 2A 1E 0 27 49 6B 18 16
Octal 60 105 52 36 0 47 111 153 30 26
Binary 110000 1000101 101010 11110 0 100111 1001001 1101011 11000 10110

Color Harmonies of #30452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30452A

Black with #30452A

Text Example


Text Example

White with #30452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30452A; }

 p { color: rgb(48,69,42); }

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

background-color css

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

 a { background-color: rgb(48,69,42); }

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

border-color css

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

 span { border-color: rgb(48,69,42); }

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