Html Css Color HEX #264231 English Holly

📋 copy color: '#264231'

red 38 ◦ green 66 ◦ blue 49

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

Shades of English Holly #264231

Tints of English Holly #264231

RGB

 RED value IS 38 (15.23% from 255) = 24.84%

 GREEN value IS 66 (26.17% from 255) = 43.14%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 24.84%
G = 43.14%
B = 32.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#264231 (or 0x264231) is known color: English Holly. HEX triplet: 26, 42 and 31. RGB value is (38,66,49). Sum of RGB (Red+Green+Blue) = 38+66+49=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #264231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264231 is #D9BDCE. Grayscale: #373737. Windows color (decimal): -14269903 or 3228198. OLE color: 3228198.

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

Color convert

RGB 38 66 49 -
CMYK 0.42 0 0.26 0.74
HSL 143.57º 0.27% 0.2% -
HSV(B) 143.57º 0.42% 0.26% -
XYZ 3.3 4.53 3.61 -
YUV 55.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 38 66 49 0.42 0 0.26 0.74 143.57 0.27 0.2
Hex 26 42 31 2A 0 1A 4A 90 1B 14
Octal 46 102 61 52 0 32 112 220 33 24
Binary 100110 1000010 110001 101010 0 11010 1001010 10010000 11011 10100

Color Harmonies of #264231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264231

Black with #264231

Text Example


Text Example

White with #264231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264231; }

 p { color: rgb(38,66,49); }

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

background-color css

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

 a { background-color: rgb(38,66,49); }

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

border-color css

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

 span { border-color: rgb(38,66,49); }

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