Html Css Color HEX #237D6C Genoa

📋 copy color: '#237D6C'

red 35 ◦ green 125 ◦ blue 108

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

Shades of Genoa #237D6C

Tints of Genoa #237D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.64%

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 13.06%
G = 46.64%
B = 40.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#237D6C (or 0x237D6C) is known color: Genoa. HEX triplet: 23, 7D and 6C. RGB value is (35,125,108). Sum of RGB (Red+Green+Blue) = 35+125+108=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #237D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D6C is #DC8293. Grayscale: #606060. Windows color (decimal): -14451348 or 7109923. OLE color: 7109923.

HSL color Cylindrical-coordinate representation of color #237D6C: hue angle of 168.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237D6C is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 125 108 -
CMYK 0.72 0 0.14 0.51
HSL 168.67º 0.56% 0.31% -
HSV(B) 168.67º 0.72% 0.49% -
XYZ 10.73 16.11 16.73 -
YUV 96.15 134.68 84.38 -
System Red Green Blue C M Y K H S L
Decimal 35 125 108 0.72 0 0.14 0.51 168.67 0.56 0.31
Hex 23 7D 6C 48 0 E 33 A9 38 1F
Octal 43 175 154 110 0 16 63 251 70 37
Binary 100011 1111101 1101100 1001000 0 1110 110011 10101001 111000 11111

Color Harmonies of #237D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237D6C

Black with #237D6C

Text Example


Text Example

White with #237D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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