Html Css Color HEX #23847D Elm

📋 copy color: '#23847D'

red 35 ◦ green 132 ◦ blue 125

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

Shades of Elm #23847D

Tints of Elm #23847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 11.99%
G = 45.21%
B = 42.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#23847D (or 0x23847D) is known color: Elm. HEX triplet: 23, 84 and 7D. RGB value is (35,132,125). Sum of RGB (Red+Green+Blue) = 35+132+125=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #23847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23847D is #DC7B82. Grayscale: #666666. Windows color (decimal): -14449539 or 8225827. OLE color: 8225827.

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

Color convert

RGB 35 132 125 -
CMYK 0.73 0 0.05 0.48
HSL 175.67º 0.58% 0.33% -
HSV(B) 175.67º 0.73% 0.52% -
XYZ 12.65 18.34 22.28 -
YUV 102.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 35 132 125 0.73 0 0.05 0.48 175.67 0.58 0.33
Hex 23 84 7D 49 0 5 30 B0 3A 21
Octal 43 204 175 111 0 5 60 260 72 41
Binary 100011 10000100 1111101 1001001 0 101 110000 10110000 111010 100001

Color Harmonies of #23847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23847D

Black with #23847D

Text Example


Text Example

White with #23847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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