Html Css Color HEX #25412F English Holly

📋 copy color: '#25412F'

red 37 ◦ green 65 ◦ blue 47

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

Shades of English Holly #25412F

Tints of English Holly #25412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.62%

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

R = 24.83%
G = 43.62%
B = 31.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#25412F (or 0x25412F) is known color: English Holly. HEX triplet: 25, 41 and 2F. RGB value is (37,65,47). Sum of RGB (Red+Green+Blue) = 37+65+47=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #25412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412F is #DABED0. Grayscale: #363636. Windows color (decimal): -14335697 or 3096869. OLE color: 3096869.

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

Color convert

RGB 37 65 47 -
CMYK 0.43 0 0.28 0.75
HSL 141.43º 0.27% 0.2% -
HSV(B) 141.43º 0.43% 0.25% -
XYZ 3.17 4.38 3.37 -
YUV 54.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 37 65 47 0.43 0 0.28 0.75 141.43 0.27 0.2
Hex 25 41 2F 2B 0 1C 4B 8D 1B 14
Octal 45 101 57 53 0 34 113 215 33 24
Binary 100101 1000001 101111 101011 0 11100 1001011 10001101 11011 10100

Color Harmonies of #25412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25412F

Black with #25412F

Text Example


Text Example

White with #25412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25412F; }

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

 H1.HeaderClassName
 {
   color: #25412F;
 }
 .AnyTagClassName
 {
   color: #25412F;
 }
</style>

background-color css

<style>
 a { background-color: #25412F; }

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

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

border-color css

<style>
 span { border-color: #25412F; }

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

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