Html Css Color HEX #264233 English Holly

📋 copy color: '#264233'

red 38 ◦ green 66 ◦ blue 51

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

Shades of English Holly #264233

Tints of English Holly #264233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 24.52%
G = 42.58%
B = 32.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#264233 (or 0x264233) is known color: English Holly. HEX triplet: 26, 42 and 33. RGB value is (38,66,51). Sum of RGB (Red+Green+Blue) = 38+66+51=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #264233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264233 is #D9BDCC. Grayscale: #373737. Windows color (decimal): -14269901 or 3359270. OLE color: 3359270.

HSL color Cylindrical-coordinate representation of color #264233: hue angle of 147.86º 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 #264233 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 38 66 51 -
CMYK 0.42 0 0.23 0.74
HSL 147.86º 0.27% 0.2% -
HSV(B) 147.86º 0.42% 0.26% -
XYZ 3.35 4.55 3.83 -
YUV 55.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 38 66 51 0.42 0 0.23 0.74 147.86 0.27 0.2
Hex 26 42 33 2A 0 17 4A 94 1B 14
Octal 46 102 63 52 0 27 112 224 33 24
Binary 100110 1000010 110011 101010 0 10111 1001010 10010100 11011 10100

Color Harmonies of #264233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264233

Black with #264233

Text Example


Text Example

White with #264233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264233; }

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

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

background-color css

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

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

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

border-color css

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

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

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