Html Css Color HEX #238279 Elm

📋 copy color: '#238279'

red 35 ◦ green 130 ◦ blue 121

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

Shades of Elm #238279

Tints of Elm #238279

RGB

 RED value IS 35 (14.06% from 255) = 12.24%

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

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 12.24%
G = 45.45%
B = 42.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#238279 (or 0x238279) is known color: Elm. HEX triplet: 23, 82 and 79. RGB value is (35,130,121). Sum of RGB (Red+Green+Blue) = 35+130+121=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #238279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238279 is #DC7D86. Grayscale: #646464. Windows color (decimal): -14450055 or 7963171. OLE color: 7963171.

HSL color Cylindrical-coordinate representation of color #238279: hue angle of 174.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238279 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 130 121 -
CMYK 0.73 0 0.07 0.49
HSL 174.32º 0.58% 0.32% -
HSV(B) 174.32º 0.73% 0.51% -
XYZ 12.13 17.7 20.87 -
YUV 100.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 35 130 121 0.73 0 0.07 0.49 174.32 0.58 0.32
Hex 23 82 79 49 0 7 31 AE 3A 20
Octal 43 202 171 111 0 7 61 256 72 40
Binary 100011 10000010 1111001 1001001 0 111 110001 10101110 111010 100000

Color Harmonies of #238279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238279

Black with #238279

Text Example


Text Example

White with #238279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238279; }

 p { color: rgb(35,130,121); }

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

background-color css

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

 a { background-color: rgb(35,130,121); }

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

border-color css

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

 span { border-color: rgb(35,130,121); }

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