Html Css Color HEX #237975 Elm

📋 copy color: '#237975'

red 35 ◦ green 121 ◦ blue 117

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

Shades of Elm #237975

Tints of Elm #237975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.32%

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 12.82%
G = 44.32%
B = 42.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#237975 (or 0x237975) is known color: Elm. HEX triplet: 23, 79 and 75. RGB value is (35,121,117). Sum of RGB (Red+Green+Blue) = 35+121+117=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #237975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237975 is #DC868A. Grayscale: #5E5E5E. Windows color (decimal): -14452363 or 7698723. OLE color: 7698723.

HSL color Cylindrical-coordinate representation of color #237975: hue angle of 177.21º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237975 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 121 117 -
CMYK 0.71 0 0.03 0.53
HSL 177.21º 0.55% 0.31% -
HSV(B) 177.21º 0.71% 0.47% -
XYZ 10.74 15.32 19.22 -
YUV 94.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 35 121 117 0.71 0 0.03 0.53 177.21 0.55 0.31
Hex 23 79 75 47 0 3 35 B1 37 1F
Octal 43 171 165 107 0 3 65 261 67 37
Binary 100011 1111001 1110101 1000111 0 11 110101 10110001 110111 11111

Color Harmonies of #237975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237975

Black with #237975

Text Example


Text Example

White with #237975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237975; }

 p { color: rgb(35,121,117); }

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

background-color css

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

 a { background-color: rgb(35,121,117); }

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

border-color css

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

 span { border-color: rgb(35,121,117); }

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