Html Css Color HEX #26412F English Holly

📋 copy color: '#26412F'

red 38 ◦ green 65 ◦ blue 47

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

Shades of English Holly #26412F

Tints of English Holly #26412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 25.33%
G = 43.33%
B = 31.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#26412F (or 0x26412F) is known color: English Holly. HEX triplet: 26, 41 and 2F. RGB value is (38,65,47). Sum of RGB (Red+Green+Blue) = 38+65+47=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #26412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26412F is #D9BED0. Grayscale: #363636. Windows color (decimal): -14270161 or 3096870. OLE color: 3096870.

HSL color Cylindrical-coordinate representation of color #26412F: hue angle of 140º 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 #26412F is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 65 47 -
CMYK 0.42 0 0.28 0.75
HSL 140º 0.26% 0.2% -
HSV(B) 140º 0.42% 0.25% -
XYZ 3.2 4.4 3.37 -
YUV 54.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 38 65 47 0.42 0 0.28 0.75 140 0.26 0.2
Hex 26 41 2F 2A 0 1C 4B 8C 1A 14
Octal 46 101 57 52 0 34 113 214 32 24
Binary 100110 1000001 101111 101010 0 11100 1001011 10001100 11010 10100

Color Harmonies of #26412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26412F

Black with #26412F

Text Example


Text Example

White with #26412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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