Html Css Color HEX #28352F Palm Green

📋 copy color: '#28352F'

red 40 ◦ green 53 ◦ blue 47

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

Shades of Palm Green #28352F

Tints of Palm Green #28352F

RGB

 RED value IS 40 (16.02% from 255) = 28.57%

 GREEN value IS 53 (21.09% from 255) = 37.86%

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

R = 28.57%
G = 37.86%
B = 33.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#28352F (or 0x28352F) is known color: Palm Green. HEX triplet: 28, 35 and 2F. RGB value is (40,53,47). Sum of RGB (Red+Green+Blue) = 40+53+47=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #28352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28352F is #D7CAD0. Grayscale: #303030. Windows color (decimal): -14142161 or 3093800. OLE color: 3093800.

HSL color Cylindrical-coordinate representation of color #28352F: hue angle of 152.31º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #28352F is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 47 -
CMYK 0.25 0 0.11 0.79
HSL 152.31º 0.14% 0.18% -
HSV(B) 152.31º 0.25% 0.21% -
XYZ 2.66 3.2 3.17 -
YUV 48.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 40 53 47 0.25 0 0.11 0.79 152.31 0.14 0.18
Hex 28 35 2F 19 0 B 4F 98 E 12
Octal 50 65 57 31 0 13 117 230 16 22
Binary 101000 110101 101111 11001 0 1011 1001111 10011000 1110 10010

Color Harmonies of #28352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28352F

Black with #28352F

Text Example


Text Example

White with #28352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,53,47); }

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

background-color css

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

 a { background-color: rgb(40,53,47); }

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

border-color css

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

 span { border-color: rgb(40,53,47); }

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