Html Css Color HEX #268072 Elm

📋 copy color: '#268072'

red 38 ◦ green 128 ◦ blue 114

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

Shades of Elm #268072

Tints of Elm #268072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

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

R = 13.57%
G = 45.71%
B = 40.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#268072 (or 0x268072) is known color: Elm. HEX triplet: 26, 80 and 72. RGB value is (38,128,114). Sum of RGB (Red+Green+Blue) = 38+128+114=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #268072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268072 is #D97F8D. Grayscale: #636363. Windows color (decimal): -14253966 or 7503910. OLE color: 7503910.

HSL color Cylindrical-coordinate representation of color #268072: hue angle of 170.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268072 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 128 114 -
CMYK 0.70 0 0.11 0.50
HSL 170.67º 0.54% 0.33% -
HSV(B) 170.67º 0.7% 0.5% -
XYZ 11.56 17.07 18.6 -
YUV 99.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 38 128 114 0.70 0 0.11 0.50 170.67 0.54 0.33
Hex 26 80 72 46 0 B 32 AB 36 21
Octal 46 200 162 106 0 13 62 253 66 41
Binary 100110 10000000 1110010 1000110 0 1011 110010 10101011 110110 100001

Color Harmonies of #268072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268072

Black with #268072

Text Example


Text Example

White with #268072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268072; }

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

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

background-color css

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

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

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

border-color css

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

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

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