Html Css Color HEX #25402E Holly

📋 copy color: '#25402E'

red 37 ◦ green 64 ◦ blue 46

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

Shades of Holly #25402E

Tints of Holly #25402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

 BLUE value IS 46 (18.36% from 255) = 31.29%

R = 25.17%
G = 43.54%
B = 31.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#25402E (or 0x25402E) is known color: Holly. HEX triplet: 25, 40 and 2E. RGB value is (37,64,46). Sum of RGB (Red+Green+Blue) = 37+64+46=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #25402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25402E is #DABFD1. Grayscale: #353535. Windows color (decimal): -14335954 or 3031077. OLE color: 3031077.

HSL color Cylindrical-coordinate representation of color #25402E: hue angle of 140º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #25402E is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 46 -
CMYK 0.42 0 0.28 0.75
HSL 140º 0.27% 0.2% -
HSV(B) 140º 0.42% 0.25% -
XYZ 3.09 4.26 3.24 -
YUV 53.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 37 64 46 0.42 0 0.28 0.75 140 0.27 0.2
Hex 25 40 2E 2A 0 1C 4B 8C 1B 14
Octal 45 100 56 52 0 34 113 214 33 24
Binary 100101 1000000 101110 101010 0 11100 1001011 10001100 11011 10100

Color Harmonies of #25402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25402E

Black with #25402E

Text Example


Text Example

White with #25402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25402E; }

 p { color: rgb(37,64,46); }

 H1.HeaderClassName
 {
   color: #25402E;
 }
 .AnyTagClassName
 {
   color: #25402E;
 }
</style>

background-color css

<style>
 a { background-color: #25402E; }

 a { background-color: rgb(37,64,46); }

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

border-color css

<style>
 span { border-color: #25402E; }

 span { border-color: rgb(37,64,46); }

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