Html Css Color HEX #238481 Elm

📋 copy color: '#238481'

red 35 ◦ green 132 ◦ blue 129

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

Shades of Elm #238481

Tints of Elm #238481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 11.82%
G = 44.59%
B = 43.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#238481 (or 0x238481) is known color: Elm. HEX triplet: 23, 84 and 81. RGB value is (35,132,129). Sum of RGB (Red+Green+Blue) = 35+132+129=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #238481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238481 is #DC7B7E. Grayscale: #666666. Windows color (decimal): -14449535 or 8487971. OLE color: 8487971.

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

Color convert

RGB 35 132 129 -
CMYK 0.73 0 0.02 0.48
HSL 178.14º 0.58% 0.33% -
HSV(B) 178.14º 0.73% 0.52% -
XYZ 12.91 18.44 23.65 -
YUV 102.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 35 132 129 0.73 0 0.02 0.48 178.14 0.58 0.33
Hex 23 84 81 49 0 2 30 B2 3A 21
Octal 43 204 201 111 0 2 60 262 72 41
Binary 100011 10000100 10000001 1001001 0 10 110000 10110010 111010 100001

Color Harmonies of #238481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238481

Black with #238481

Text Example


Text Example

White with #238481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238481; }

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

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

background-color css

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

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

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

border-color css

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

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

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