Html Css Color HEX #23867F Elm

📋 copy color: '#23867F'

red 35 ◦ green 134 ◦ blue 127

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

Shades of Elm #23867F

Tints of Elm #23867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

 BLUE value IS 127 (50% from 255) = 42.91%

R = 11.82%
G = 45.27%
B = 42.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#23867F (or 0x23867F) is known color: Elm. HEX triplet: 23, 86 and 7F. RGB value is (35,134,127). Sum of RGB (Red+Green+Blue) = 35+134+127=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #23867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23867F is #DC7980. Grayscale: #676767. Windows color (decimal): -14449025 or 8357411. OLE color: 8357411.

HSL color Cylindrical-coordinate representation of color #23867F: hue angle of 175.76º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23867F is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 134 127 -
CMYK 0.74 0 0.05 0.47
HSL 175.76º 0.59% 0.33% -
HSV(B) 175.76º 0.74% 0.53% -
XYZ 13.05 18.94 23.05 -
YUV 103.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 35 134 127 0.74 0 0.05 0.47 175.76 0.59 0.33
Hex 23 86 7F 4A 0 5 2F B0 3B 21
Octal 43 206 177 112 0 5 57 260 73 41
Binary 100011 10000110 1111111 1001010 0 101 101111 10110000 111011 100001

Color Harmonies of #23867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23867F

Black with #23867F

Text Example


Text Example

White with #23867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23867F; }

 p { color: rgb(35,134,127); }

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

background-color css

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

 a { background-color: rgb(35,134,127); }

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

border-color css

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

 span { border-color: rgb(35,134,127); }

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