Html Css Color HEX #254130 English Holly

📋 copy color: '#254130'

red 37 ◦ green 65 ◦ blue 48

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

Shades of English Holly #254130

Tints of English Holly #254130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32%

R = 24.67%
G = 43.33%
B = 32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#254130 (or 0x254130) is known color: English Holly. HEX triplet: 25, 41 and 30. RGB value is (37,65,48). Sum of RGB (Red+Green+Blue) = 37+65+48=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #254130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254130 is #DABECF. Grayscale: #363636. Windows color (decimal): -14335696 or 3162405. OLE color: 3162405.

HSL color Cylindrical-coordinate representation of color #254130: hue angle of 143.57º 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 #254130 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 65 48 -
CMYK 0.43 0 0.26 0.75
HSL 143.57º 0.27% 0.2% -
HSV(B) 143.57º 0.43% 0.25% -
XYZ 3.19 4.39 3.48 -
YUV 54.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 37 65 48 0.43 0 0.26 0.75 143.57 0.27 0.2
Hex 25 41 30 2B 0 1A 4B 90 1B 14
Octal 45 101 60 53 0 32 113 220 33 24
Binary 100101 1000001 110000 101011 0 11010 1001011 10010000 11011 10100

Color Harmonies of #254130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254130

Black with #254130

Text Example


Text Example

White with #254130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254130; }

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

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

background-color css

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

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

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

border-color css

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

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

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