Html Css Color HEX #263F33 English Holly

📋 copy color: '#263F33'

red 38 ◦ green 63 ◦ blue 51

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

Shades of English Holly #263F33

Tints of English Holly #263F33

RGB

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

 GREEN value IS 63 (25% from 255) = 41.45%

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

R = 25%
G = 41.45%
B = 33.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#263F33 (or 0x263F33) is known color: English Holly. HEX triplet: 26, 3F and 33. RGB value is (38,63,51). Sum of RGB (Red+Green+Blue) = 38+63+51=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #263F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F33 is #D9C0CC. Grayscale: #363636. Windows color (decimal): -14270669 or 3358502. OLE color: 3358502.

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

Color convert

RGB 38 63 51 -
CMYK 0.40 0 0.19 0.75
HSL 151.2º 0.25% 0.2% -
HSV(B) 151.2º 0.4% 0.25% -
XYZ 3.17 4.21 3.78 -
YUV 54.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 38 63 51 0.40 0 0.19 0.75 151.2 0.25 0.2
Hex 26 3F 33 28 0 13 4B 97 19 14
Octal 46 77 63 50 0 23 113 227 31 24
Binary 100110 111111 110011 101000 0 10011 1001011 10010111 11001 10100

Color Harmonies of #263F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F33

Black with #263F33

Text Example


Text Example

White with #263F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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