Html Css Color HEX #268371 Elm

📋 copy color: '#268371'

red 38 ◦ green 131 ◦ blue 113

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

Shades of Elm #268371

Tints of Elm #268371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.45%

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 13.48%
G = 46.45%
B = 40.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#268371 (or 0x268371) is known color: Elm. HEX triplet: 26, 83 and 71. RGB value is (38,131,113). Sum of RGB (Red+Green+Blue) = 38+131+113=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #268371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268371 is #D97C8E. Grayscale: #656565. Windows color (decimal): -14253199 or 7439142. OLE color: 7439142.

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

Color convert

RGB 38 131 113 -
CMYK 0.71 0 0.14 0.49
HSL 168.39º 0.55% 0.33% -
HSV(B) 168.39º 0.71% 0.51% -
XYZ 11.9 17.84 18.44 -
YUV 101.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 38 131 113 0.71 0 0.14 0.49 168.39 0.55 0.33
Hex 26 83 71 47 0 E 31 A8 37 21
Octal 46 203 161 107 0 16 61 250 67 41
Binary 100110 10000011 1110001 1000111 0 1110 110001 10101000 110111 100001

Color Harmonies of #268371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268371

Black with #268371

Text Example


Text Example

White with #268371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268371; }

 p { color: rgb(38,131,113); }

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

background-color css

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

 a { background-color: rgb(38,131,113); }

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

border-color css

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

 span { border-color: rgb(38,131,113); }

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