Html Css Color HEX #25402F English Holly

📋 copy color: '#25402F'

red 37 ◦ green 64 ◦ blue 47

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

Shades of English Holly #25402F

Tints of English Holly #25402F

RGB

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

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

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

R = 25%
G = 43.24%
B = 31.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#25402F (or 0x25402F) is known color: English Holly. HEX triplet: 25, 40 and 2F. RGB value is (37,64,47). Sum of RGB (Red+Green+Blue) = 37+64+47=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #25402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25402F is #DABFD0. Grayscale: #363636. Windows color (decimal): -14335953 or 3096613. OLE color: 3096613.

HSL color Cylindrical-coordinate representation of color #25402F: hue angle of 142.22º 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 #25402F is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 47 -
CMYK 0.42 0 0.27 0.75
HSL 142.22º 0.27% 0.2% -
HSV(B) 142.22º 0.42% 0.25% -
XYZ 3.11 4.27 3.35 -
YUV 53.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 37 64 47 0.42 0 0.27 0.75 142.22 0.27 0.2
Hex 25 40 2F 2A 0 1B 4B 8E 1B 14
Octal 45 100 57 52 0 33 113 216 33 24
Binary 100101 1000000 101111 101010 0 11011 1001011 10001110 11011 10100

Color Harmonies of #25402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25402F

Black with #25402F

Text Example


Text Example

White with #25402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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