Html Css Color HEX #268175 Elm

📋 copy color: '#268175'

red 38 ◦ green 129 ◦ blue 117

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

Shades of Elm #268175

Tints of Elm #268175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 13.38%
G = 45.42%
B = 41.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#268175 (or 0x268175) is known color: Elm. HEX triplet: 26, 81 and 75. RGB value is (38,129,117). Sum of RGB (Red+Green+Blue) = 38+129+117=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #268175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268175 is #D97E8A. Grayscale: #646464. Windows color (decimal): -14253707 or 7700774. OLE color: 7700774.

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

Color convert

RGB 38 129 117 -
CMYK 0.71 0 0.09 0.49
HSL 172.09º 0.54% 0.33% -
HSV(B) 172.09º 0.71% 0.51% -
XYZ 11.86 17.4 19.56 -
YUV 100.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 38 129 117 0.71 0 0.09 0.49 172.09 0.54 0.33
Hex 26 81 75 47 0 9 31 AC 36 21
Octal 46 201 165 107 0 11 61 254 66 41
Binary 100110 10000001 1110101 1000111 0 1001 110001 10101100 110110 100001

Color Harmonies of #268175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268175

Black with #268175

Text Example


Text Example

White with #268175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268175; }

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

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

background-color css

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

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

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

border-color css

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

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

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