Html Css Color HEX #268172 Elm

📋 copy color: '#268172'

red 38 ◦ green 129 ◦ blue 114

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

Shades of Elm #268172

Tints of Elm #268172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 13.52%
G = 45.91%
B = 40.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#268172 (or 0x268172) is known color: Elm. HEX triplet: 26, 81 and 72. RGB value is (38,129,114). Sum of RGB (Red+Green+Blue) = 38+129+114=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #268172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268172 is #D97E8D. Grayscale: #646464. Windows color (decimal): -14253710 or 7504166. OLE color: 7504166.

HSL color Cylindrical-coordinate representation of color #268172: hue angle of 170.11º degrees, saturation: 0.54, 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 #268172 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 129 114 -
CMYK 0.71 0 0.12 0.49
HSL 170.11º 0.54% 0.33% -
HSV(B) 170.11º 0.71% 0.51% -
XYZ 11.69 17.33 18.65 -
YUV 100.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 38 129 114 0.71 0 0.12 0.49 170.11 0.54 0.33
Hex 26 81 72 47 0 C 31 AA 36 21
Octal 46 201 162 107 0 14 61 252 66 41
Binary 100110 10000001 1110010 1000111 0 1100 110001 10101010 110110 100001

Color Harmonies of #268172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268172

Black with #268172

Text Example


Text Example

White with #268172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268172; }

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

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

background-color css

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

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

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

border-color css

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

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

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