#25302B

Color #25302B Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #25302B

Tints of Palm Green #25302B

Color information

#25302B (or 0x25302B) is unknown color: approx Palm Green. HEX triplet: 25, 30 and 2B. RGB value is (37,48,43). Sum of RGB (Red+Green+Blue) = 37+48+43=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 48 - color contains mainly: green. Hex color #25302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25302B is #DACFD4. Grayscale: #2C2C2C. Windows color (decimal): -14340053 or 2830373. OLE color: 2830373.

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

Color convert

RGB374843-
CMYK0.2300.100.81
HSL152.73º12.94%16.67%-
HSV(B)152.73º22.92%18.82%-
XYZ2.262.682.68-
YUV44.14127.36122.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=28.91%
G=37.5%
B=33.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748430.2300.100.81152.7312.9416.67
Hex25302B170A5199d11
Octal456053270121212311521
Binary1001011100001010111011101010101000110011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25302B; }

 p { color: rgb(37,48,43); }

 H1.HeaderClassName
 {
   color: #25302B;
 }
 .AnyTagClassName
 {
   color: #25302B;
 }
</style>
background-color css

<style>
 a { background-color: #25302B; }

 a { background-color: rgb(37,48,43); }

 div.DivClassName
 {
   background-color: #25302B;
 }
 .BgClassName
 {
   background-color: #25302B;
 }
</style>
border-color css

<style>
 span { border-color: #25302B; }

 span { border-color: rgb(37,48,43); }

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