Html Css Color HEX #253B2D Holly

📋 copy color: '#253B2D'

red 37 ◦ green 59 ◦ blue 45

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

Shades of Holly #253B2D

Tints of Holly #253B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.84%

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

R = 26.24%
G = 41.84%
B = 31.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.77

RGB Variations

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

Color information

#253B2D (or 0x253B2D) is known color: Holly. HEX triplet: 25, 3B and 2D. RGB value is (37,59,45). Sum of RGB (Red+Green+Blue) = 37+59+45=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #253B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B2D is #DAC4D2. Grayscale: #323232. Windows color (decimal): -14337235 or 2964261. OLE color: 2964261.

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

Color convert

RGB 37 59 45 -
CMYK 0.37 0 0.24 0.77
HSL 141.82º 0.23% 0.19% -
HSV(B) 141.82º 0.37% 0.23% -
XYZ 2.8 3.71 3.05 -
YUV 50.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 37 59 45 0.37 0 0.24 0.77 141.82 0.23 0.19
Hex 25 3B 2D 25 0 18 4D 8E 17 13
Octal 45 73 55 45 0 30 115 216 27 23
Binary 100101 111011 101101 100101 0 11000 1001101 10001110 10111 10011

Color Harmonies of #253B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B2D

Black with #253B2D

Text Example


Text Example

White with #253B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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