Html Css Color HEX #264030 English Holly

📋 copy color: '#264030'

red 38 ◦ green 64 ◦ blue 48

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

Shades of English Holly #264030

Tints of English Holly #264030

RGB

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

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

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

R = 25.33%
G = 42.67%
B = 32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#264030 (or 0x264030) is known color: English Holly. HEX triplet: 26, 40 and 30. RGB value is (38,64,48). Sum of RGB (Red+Green+Blue) = 38+64+48=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #264030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264030 is #D9BFCF. Grayscale: #363636. Windows color (decimal): -14270416 or 3162150. OLE color: 3162150.

HSL color Cylindrical-coordinate representation of color #264030: hue angle of 143.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #264030 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 64 48 -
CMYK 0.41 0 0.25 0.75
HSL 143.08º 0.25% 0.2% -
HSV(B) 143.08º 0.41% 0.25% -
XYZ 3.17 4.29 3.46 -
YUV 54.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 38 64 48 0.41 0 0.25 0.75 143.08 0.25 0.2
Hex 26 40 30 29 0 19 4B 8F 19 14
Octal 46 100 60 51 0 31 113 217 31 24
Binary 100110 1000000 110000 101001 0 11001 1001011 10001111 11001 10100

Color Harmonies of #264030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264030

Black with #264030

Text Example


Text Example

White with #264030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264030; }

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

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

background-color css

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

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

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

border-color css

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

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

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