Html Css Color HEX #264230 English Holly

📋 copy color: '#264230'

red 38 ◦ green 66 ◦ blue 48

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

Shades of English Holly #264230

Tints of English Holly #264230

RGB

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

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

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

R = 25%
G = 43.42%
B = 31.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#264230 (or 0x264230) is known color: English Holly. HEX triplet: 26, 42 and 30. RGB value is (38,66,48). Sum of RGB (Red+Green+Blue) = 38+66+48=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #264230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264230 is #D9BDCF. Grayscale: #373737. Windows color (decimal): -14269904 or 3162662. OLE color: 3162662.

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

Color convert

RGB 38 66 48 -
CMYK 0.42 0 0.27 0.74
HSL 141.43º 0.27% 0.2% -
HSV(B) 141.43º 0.42% 0.26% -
XYZ 3.28 4.52 3.5 -
YUV 55.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 38 66 48 0.42 0 0.27 0.74 141.43 0.27 0.2
Hex 26 42 30 2A 0 1B 4A 8D 1B 14
Octal 46 102 60 52 0 33 112 215 33 24
Binary 100110 1000010 110000 101010 0 11011 1001010 10001101 11011 10100

Color Harmonies of #264230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264230

Black with #264230

Text Example


Text Example

White with #264230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264230; }

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

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

background-color css

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

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

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

border-color css

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

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

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