Html Css Color HEX #238474 Elm

📋 copy color: '#238474'

red 35 ◦ green 132 ◦ blue 116

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

Shades of Elm #238474

Tints of Elm #238474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 12.37%
G = 46.64%
B = 40.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#238474 (or 0x238474) is known color: Elm. HEX triplet: 23, 84 and 74. RGB value is (35,132,116). Sum of RGB (Red+Green+Blue) = 35+132+116=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #238474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238474 is #DC7B8B. Grayscale: #656565. Windows color (decimal): -14449548 or 7636003. OLE color: 7636003.

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

Color convert

RGB 35 132 116 -
CMYK 0.73 0 0.12 0.48
HSL 170.1º 0.58% 0.33% -
HSV(B) 170.1º 0.73% 0.52% -
XYZ 12.1 18.12 19.38 -
YUV 101.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 35 132 116 0.73 0 0.12 0.48 170.1 0.58 0.33
Hex 23 84 74 49 0 C 30 AA 3A 21
Octal 43 204 164 111 0 14 60 252 72 41
Binary 100011 10000100 1110100 1001001 0 1100 110000 10101010 111010 100001

Color Harmonies of #238474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238474

Black with #238474

Text Example


Text Example

White with #238474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238474; }

 p { color: rgb(35,132,116); }

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

background-color css

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

 a { background-color: rgb(35,132,116); }

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

border-color css

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

 span { border-color: rgb(35,132,116); }

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