Html Css Color HEX #263D2F Holly

📋 copy color: '#263D2F'

red 38 ◦ green 61 ◦ blue 47

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

Shades of Holly #263D2F

Tints of Holly #263D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.78%

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

R = 26.03%
G = 41.78%
B = 32.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#263D2F (or 0x263D2F) is known color: Holly. HEX triplet: 26, 3D and 2F. RGB value is (38,61,47). Sum of RGB (Red+Green+Blue) = 38+61+47=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 61 - color contains mainly: green. Hex color #263D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D2F is #D9C2D0. Grayscale: #343434. Windows color (decimal): -14271185 or 3095846. OLE color: 3095846.

HSL color Cylindrical-coordinate representation of color #263D2F: hue angle of 143.48º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D2F is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 61 47 -
CMYK 0.38 0 0.23 0.76
HSL 143.48º 0.23% 0.19% -
HSV(B) 143.48º 0.38% 0.24% -
XYZ 2.98 3.95 3.3 -
YUV 52.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 38 61 47 0.38 0 0.23 0.76 143.48 0.23 0.19
Hex 26 3D 2F 26 0 17 4C 8F 17 13
Octal 46 75 57 46 0 27 114 217 27 23
Binary 100110 111101 101111 100110 0 10111 1001100 10001111 10111 10011

Color Harmonies of #263D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D2F

Black with #263D2F

Text Example


Text Example

White with #263D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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