Html Css Color HEX #238272 Elm

📋 copy color: '#238272'

red 35 ◦ green 130 ◦ blue 114

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

Shades of Elm #238272

Tints of Elm #238272

RGB

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

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

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

R = 12.54%
G = 46.59%
B = 40.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#238272 (or 0x238272) is known color: Elm. HEX triplet: 23, 82 and 72. RGB value is (35,130,114). Sum of RGB (Red+Green+Blue) = 35+130+114=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #238272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238272 is #DC7D8D. Grayscale: #636363. Windows color (decimal): -14450062 or 7504419. OLE color: 7504419.

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

Color convert

RGB 35 130 114 -
CMYK 0.73 0 0.12 0.49
HSL 169.89º 0.58% 0.32% -
HSV(B) 169.89º 0.73% 0.51% -
XYZ 11.71 17.54 18.69 -
YUV 99.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 35 130 114 0.73 0 0.12 0.49 169.89 0.58 0.32
Hex 23 82 72 49 0 C 31 AA 3A 20
Octal 43 202 162 111 0 14 61 252 72 40
Binary 100011 10000010 1110010 1001001 0 1100 110001 10101010 111010 100000

Color Harmonies of #238272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238272

Black with #238272

Text Example


Text Example

White with #238272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238272; }

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

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

background-color css

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

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

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

border-color css

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

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

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