Html Css Color HEX #268581 Elm

📋 copy color: '#268581'

red 38 ◦ green 133 ◦ blue 129

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

Shades of Elm #268581

Tints of Elm #268581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

 BLUE value IS 129 (50.78% from 255) = 43%

R = 12.67%
G = 44.33%
B = 43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#268581 (or 0x268581) is known color: Elm. HEX triplet: 26, 85 and 81. RGB value is (38,133,129). Sum of RGB (Red+Green+Blue) = 38+133+129=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #268581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268581 is #D97A7E. Grayscale: #686868. Windows color (decimal): -14252671 or 8488230. OLE color: 8488230.

HSL color Cylindrical-coordinate representation of color #268581: hue angle of 177.47º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268581 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 133 129 -
CMYK 0.71 0 0.03 0.48
HSL 177.47º 0.56% 0.34% -
HSV(B) 177.47º 0.71% 0.52% -
XYZ 13.15 18.77 23.7 -
YUV 104.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 38 133 129 0.71 0 0.03 0.48 177.47 0.56 0.34
Hex 26 85 81 47 0 3 30 B1 38 22
Octal 46 205 201 107 0 3 60 261 70 42
Binary 100110 10000101 10000001 1000111 0 11 110000 10110001 111000 100010

Color Harmonies of #268581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268581

Black with #268581

Text Example


Text Example

White with #268581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268581; }

 p { color: rgb(38,133,129); }

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

background-color css

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

 a { background-color: rgb(38,133,129); }

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

border-color css

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

 span { border-color: rgb(38,133,129); }

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