Html Css Color HEX #30402F Palm Leaf

📋 copy color: '#30402F'

red 48 ◦ green 64 ◦ blue 47

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

Shades of Palm Leaf #30402F

Tints of Palm Leaf #30402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 30.19%
G = 40.25%
B = 29.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#30402F (or 0x30402F) is known color: Palm Leaf. HEX triplet: 30, 40 and 2F. RGB value is (48,64,47). Sum of RGB (Red+Green+Blue) = 48+64+47=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #30402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30402F is #CFBFD0. Grayscale: #393939. Windows color (decimal): -13615057 or 3096624. OLE color: 3096624.

HSL color Cylindrical-coordinate representation of color #30402F: hue angle of 116.47º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #30402F is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 47 -
CMYK 0.25 0 0.27 0.75
HSL 116.47º 0.15% 0.22% -
HSV(B) 116.47º 0.27% 0.25% -
XYZ 3.57 4.5 3.37 -
YUV 57.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 48 64 47 0.25 0 0.27 0.75 116.47 0.15 0.22
Hex 30 40 2F 19 0 1B 4B 74 F 16
Octal 60 100 57 31 0 33 113 164 17 26
Binary 110000 1000000 101111 11001 0 11011 1001011 1110100 1111 10110

Color Harmonies of #30402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30402F

Black with #30402F

Text Example


Text Example

White with #30402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30402F; }

 p { color: rgb(48,64,47); }

 H1.HeaderClassName
 {
   color: #30402F;
 }
 .AnyTagClassName
 {
   color: #30402F;
 }
</style>

background-color css

<style>
 a { background-color: #30402F; }

 a { background-color: rgb(48,64,47); }

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

border-color css

<style>
 span { border-color: #30402F; }

 span { border-color: rgb(48,64,47); }

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