Html Css Color HEX #264130 English Holly

📋 copy color: '#264130'

red 38 ◦ green 65 ◦ blue 48

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

Shades of English Holly #264130

Tints of English Holly #264130

RGB

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

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

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

R = 25.17%
G = 43.05%
B = 31.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#264130 (or 0x264130) is known color: English Holly. HEX triplet: 26, 41 and 30. RGB value is (38,65,48). Sum of RGB (Red+Green+Blue) = 38+65+48=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #264130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264130 is #D9BECF. Grayscale: #373737. Windows color (decimal): -14270160 or 3162406. OLE color: 3162406.

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

Color convert

RGB 38 65 48 -
CMYK 0.42 0 0.26 0.75
HSL 142.22º 0.26% 0.2% -
HSV(B) 142.22º 0.42% 0.25% -
XYZ 3.22 4.41 3.48 -
YUV 54.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 38 65 48 0.42 0 0.26 0.75 142.22 0.26 0.2
Hex 26 41 30 2A 0 1A 4B 8E 1A 14
Octal 46 101 60 52 0 32 113 216 32 24
Binary 100110 1000001 110000 101010 0 11010 1001011 10001110 11010 10100

Color Harmonies of #264130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264130

Black with #264130

Text Example


Text Example

White with #264130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264130; }

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

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

background-color css

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

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

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

border-color css

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

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

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