Html Css Color HEX #268472 Elm

📋 copy color: '#268472'

red 38 ◦ green 132 ◦ blue 114

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

Shades of Elm #268472

Tints of Elm #268472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.48%

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

R = 13.38%
G = 46.48%
B = 40.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#268472 (or 0x268472) is known color: Elm. HEX triplet: 26, 84 and 72. RGB value is (38,132,114). Sum of RGB (Red+Green+Blue) = 38+132+114=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #268472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268472 is #D97B8D. Grayscale: #656565. Windows color (decimal): -14252942 or 7504934. OLE color: 7504934.

HSL color Cylindrical-coordinate representation of color #268472: hue angle of 168.51º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268472 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 132 114 -
CMYK 0.71 0 0.14 0.48
HSL 168.51º 0.55% 0.33% -
HSV(B) 168.51º 0.71% 0.52% -
XYZ 12.09 18.13 18.78 -
YUV 101.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 38 132 114 0.71 0 0.14 0.48 168.51 0.55 0.33
Hex 26 84 72 47 0 E 30 A9 37 21
Octal 46 204 162 107 0 16 60 251 67 41
Binary 100110 10000100 1110010 1000111 0 1110 110000 10101001 110111 100001

Color Harmonies of #268472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268472

Black with #268472

Text Example


Text Example

White with #268472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268472; }

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

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

background-color css

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

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

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

border-color css

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

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

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