Html Css Color HEX #25352D Palm Green

📋 copy color: '#25352D'

red 37 ◦ green 53 ◦ blue 45

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

Shades of Palm Green #25352D

Tints of Palm Green #25352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.33%

R = 27.41%
G = 39.26%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#25352D (or 0x25352D) is known color: Palm Green. HEX triplet: 25, 35 and 2D. RGB value is (37,53,45). Sum of RGB (Red+Green+Blue) = 37+53+45=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #25352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25352D is #DACAD2. Grayscale: #2F2F2F. Windows color (decimal): -14338771 or 2962725. OLE color: 2962725.

HSL color Cylindrical-coordinate representation of color #25352D: hue angle of 150º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #25352D is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 45 -
CMYK 0.30 0 0.15 0.79
HSL 150º 0.18% 0.18% -
HSV(B) 150º 0.3% 0.21% -
XYZ 2.51 3.13 2.95 -
YUV 47.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 37 53 45 0.30 0 0.15 0.79 150 0.18 0.18
Hex 25 35 2D 1E 0 F 4F 96 12 12
Octal 45 65 55 36 0 17 117 226 22 22
Binary 100101 110101 101101 11110 0 1111 1001111 10010110 10010 10010

Color Harmonies of #25352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25352D

Black with #25352D

Text Example


Text Example

White with #25352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25352D; }

 p { color: rgb(37,53,45); }

 H1.HeaderClassName
 {
   color: #25352D;
 }
 .AnyTagClassName
 {
   color: #25352D;
 }
</style>

background-color css

<style>
 a { background-color: #25352D; }

 a { background-color: rgb(37,53,45); }

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

border-color css

<style>
 span { border-color: #25352D; }

 span { border-color: rgb(37,53,45); }

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