Html Css Color HEX #268272 Elm

📋 copy color: '#268272'

red 38 ◦ green 130 ◦ blue 114

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

Shades of Elm #268272

Tints of Elm #268272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.1%

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

R = 13.48%
G = 46.1%
B = 40.43%

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

#268272 (or 0x268272) is known color: Elm. HEX triplet: 26, 82 and 72. RGB value is (38,130,114). Sum of RGB (Red+Green+Blue) = 38+130+114=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #268272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268272 is #D97D8D. Grayscale: #646464. Windows color (decimal): -14253454 or 7504422. OLE color: 7504422.

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

Color convert

RGB 38 130 114 -
CMYK 0.71 0 0.12 0.49
HSL 169.57º 0.55% 0.33% -
HSV(B) 169.57º 0.71% 0.51% -
XYZ 11.82 17.59 18.69 -
YUV 100.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 38 130 114 0.71 0 0.12 0.49 169.57 0.55 0.33
Hex 26 82 72 47 0 C 31 AA 37 21
Octal 46 202 162 107 0 14 61 252 67 41
Binary 100110 10000010 1110010 1000111 0 1100 110001 10101010 110111 100001

Color Harmonies of #268272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268272

Black with #268272

Text Example


Text Example

White with #268272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268272; }

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

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

background-color css

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

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

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

border-color css

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

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

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