Html Css Color HEX #25312C Palm Green

📋 copy color: '#25312C'

red 37 ◦ green 49 ◦ blue 44

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

Shades of Palm Green #25312C

Tints of Palm Green #25312C

RGB

 RED value IS 37 (14.84% from 255) = 28.46%

 GREEN value IS 49 (19.53% from 255) = 37.69%

 BLUE value IS 44 (17.58% from 255) = 33.85%

R = 28.46%
G = 37.69%
B = 33.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#25312C (or 0x25312C) is known color: Palm Green. HEX triplet: 25, 31 and 2C. RGB value is (37,49,44). Sum of RGB (Red+Green+Blue) = 37+49+44=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 49 - color contains mainly: green. Hex color #25312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25312C is #DACED3. Grayscale: #2C2C2C. Windows color (decimal): -14339796 or 2896165. OLE color: 2896165.

HSL color Cylindrical-coordinate representation of color #25312C: hue angle of 155º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25312C is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 49 44 -
CMYK 0.24 0 0.10 0.81
HSL 155º 0.14% 0.17% -
HSV(B) 155º 0.24% 0.19% -
XYZ 2.32 2.77 2.8 -
YUV 44.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 37 49 44 0.24 0 0.10 0.81 155 0.14 0.17
Hex 25 31 2C 18 0 A 51 9B E 11
Octal 45 61 54 30 0 12 121 233 16 21
Binary 100101 110001 101100 11000 0 1010 1010001 10011011 1110 10001

Color Harmonies of #25312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25312C

Black with #25312C

Text Example


Text Example

White with #25312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25312C; }

 p { color: rgb(37,49,44); }

 H1.HeaderClassName
 {
   color: #25312C;
 }
 .AnyTagClassName
 {
   color: #25312C;
 }
</style>

background-color css

<style>
 a { background-color: #25312C; }

 a { background-color: rgb(37,49,44); }

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

border-color css

<style>
 span { border-color: #25312C; }

 span { border-color: rgb(37,49,44); }

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