Html Css Color HEX #253C2F Palm Green

📋 copy color: '#253C2F'

red 37 ◦ green 60 ◦ blue 47

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

Shades of Palm Green #253C2F

Tints of Palm Green #253C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.67%

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

R = 25.69%
G = 41.67%
B = 32.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.76

RGB Variations

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

Color information

#253C2F (or 0x253C2F) is known color: Palm Green. HEX triplet: 25, 3C and 2F. RGB value is (37,60,47). Sum of RGB (Red+Green+Blue) = 37+60+47=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 60 - color contains mainly: green. Hex color #253C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C2F is #DAC3D0. Grayscale: #333333. Windows color (decimal): -14336977 or 3095589. OLE color: 3095589.

HSL color Cylindrical-coordinate representation of color #253C2F: hue angle of 146.09º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #253C2F is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 60 47 -
CMYK 0.38 0 0.22 0.76
HSL 146.09º 0.24% 0.19% -
HSV(B) 146.09º 0.38% 0.24% -
XYZ 2.89 3.83 3.28 -
YUV 51.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 37 60 47 0.38 0 0.22 0.76 146.09 0.24 0.19
Hex 25 3C 2F 26 0 16 4C 92 18 13
Octal 45 74 57 46 0 26 114 222 30 23
Binary 100101 111100 101111 100110 0 10110 1001100 10010010 11000 10011

Color Harmonies of #253C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C2F

Black with #253C2F

Text Example


Text Example

White with #253C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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