Html Css Color HEX #253A2F Palm Green

📋 copy color: '#253A2F'

red 37 ◦ green 58 ◦ blue 47

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

Shades of Palm Green #253A2F

Tints of Palm Green #253A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.85%

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

R = 26.06%
G = 40.85%
B = 33.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#253A2F (or 0x253A2F) is known color: Palm Green. HEX triplet: 25, 3A and 2F. RGB value is (37,58,47). Sum of RGB (Red+Green+Blue) = 37+58+47=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 58 - color contains mainly: green. Hex color #253A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A2F is #DAC5D0. Grayscale: #323232. Windows color (decimal): -14337489 or 3095077. OLE color: 3095077.

HSL color Cylindrical-coordinate representation of color #253A2F: hue angle of 148.57º 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 #253A2F is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 58 47 -
CMYK 0.36 0 0.19 0.77
HSL 148.57º 0.22% 0.19% -
HSV(B) 148.57º 0.36% 0.23% -
XYZ 2.79 3.62 3.24 -
YUV 50.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 37 58 47 0.36 0 0.19 0.77 148.57 0.22 0.19
Hex 25 3A 2F 24 0 13 4D 95 16 13
Octal 45 72 57 44 0 23 115 225 26 23
Binary 100101 111010 101111 100100 0 10011 1001101 10010101 10110 10011

Color Harmonies of #253A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A2F

Black with #253A2F

Text Example


Text Example

White with #253A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253A2F;
 }
 .AnyTagClassName
 {
   color: #253A2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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