#253A30

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

Shades of Palm Green #253A30

Tints of Palm Green #253A30

Color information

#253A30 (or 0x253A30) is unknown color: approx Palm Green. HEX triplet: 25, 3A and 30. RGB value is (37,58,48). Sum of RGB (Red+Green+Blue) = 37+58+48=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 58 - color contains mainly: green. Hex color #253A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A30 is #DAC5CF. Grayscale: #323232. Windows color (decimal): -14337488 or 3160613. OLE color: 3160613.

HSL color Cylindrical-coordinate representation of color #253A30: hue angle of 151.43º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #253A30 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB375848-
CMYK0.3600.170.77
HSL151.43º22.11%18.63%-
HSV(B)151.43º36.21%22.75%-
XYZ2.813.633.35-
YUV50.58126.54118.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=25.87%
G=40.56%
B=33.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3758480.3600.170.77151.4322.1118.63
Hex253A30240114D971613
Octal457260440211152272623
Binary1001011110101100001001000100011001101100101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253A30; }

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

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

<style>
 a { background-color: #253A30; }

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

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

<style>
 span { border-color: #253A30; }

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

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