Html Css Color HEX #268781 Elm

📋 copy color: '#268781'

red 38 ◦ green 135 ◦ blue 129

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

Shades of Elm #268781

Tints of Elm #268781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 12.58%
G = 44.7%
B = 42.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#268781 (or 0x268781) is known color: Elm. HEX triplet: 26, 87 and 81. RGB value is (38,135,129). Sum of RGB (Red+Green+Blue) = 38+135+129=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #268781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268781 is #D9787E. Grayscale: #696969. Windows color (decimal): -14252159 or 8488742. OLE color: 8488742.

HSL color Cylindrical-coordinate representation of color #268781: hue angle of 176.29º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268781 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 135 129 -
CMYK 0.72 0 0.04 0.47
HSL 176.29º 0.56% 0.34% -
HSV(B) 176.29º 0.72% 0.53% -
XYZ 13.43 19.33 23.79 -
YUV 105.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 38 135 129 0.72 0 0.04 0.47 176.29 0.56 0.34
Hex 26 87 81 48 0 4 2F B0 38 22
Octal 46 207 201 110 0 4 57 260 70 42
Binary 100110 10000111 10000001 1001000 0 100 101111 10110000 111000 100010

Color Harmonies of #268781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268781

Black with #268781

Text Example


Text Example

White with #268781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268781; }

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

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

background-color css

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

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

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

border-color css

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

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

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