Html Css Color HEX #26827F Elm

📋 copy color: '#26827F'

red 38 ◦ green 130 ◦ blue 127

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

Shades of Elm #26827F

Tints of Elm #26827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

 BLUE value IS 127 (50% from 255) = 43.05%

R = 12.88%
G = 44.07%
B = 43.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#26827F (or 0x26827F) is known color: Elm. HEX triplet: 26, 82 and 7F. RGB value is (38,130,127). Sum of RGB (Red+Green+Blue) = 38+130+127=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #26827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26827F is #D97D80. Grayscale: #666666. Windows color (decimal): -14253441 or 8356390. OLE color: 8356390.

HSL color Cylindrical-coordinate representation of color #26827F: hue angle of 178.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26827F is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 127 -
CMYK 0.71 0 0.02 0.49
HSL 178.04º 0.55% 0.33% -
HSV(B) 178.04º 0.71% 0.51% -
XYZ 12.61 17.91 22.87 -
YUV 102.15 142.02 82.24 -
System Red Green Blue C M Y K H S L
Decimal 38 130 127 0.71 0 0.02 0.49 178.04 0.55 0.33
Hex 26 82 7F 47 0 2 31 B2 37 21
Octal 46 202 177 107 0 2 61 262 67 41
Binary 100110 10000010 1111111 1000111 0 10 110001 10110010 110111 100001

Color Harmonies of #26827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26827F

Black with #26827F

Text Example


Text Example

White with #26827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,130,127); }

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

background-color css

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

 a { background-color: rgb(38,130,127); }

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

border-color css

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

 span { border-color: rgb(38,130,127); }

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