Html Css Color HEX #237267 Genoa

📋 copy color: '#237267'

red 35 ◦ green 114 ◦ blue 103

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

Shades of Genoa #237267

Tints of Genoa #237267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 103 (40.63% from 255) = 40.87%

R = 13.89%
G = 45.24%
B = 40.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#237267 (or 0x237267) is known color: Genoa. HEX triplet: 23, 72 and 67. RGB value is (35,114,103). Sum of RGB (Red+Green+Blue) = 35+114+103=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #237267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237267 is #DC8D98. Grayscale: #595959. Windows color (decimal): -14454169 or 6779427. OLE color: 6779427.

HSL color Cylindrical-coordinate representation of color #237267: hue angle of 171.65º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237267 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 114 103 -
CMYK 0.69 0 0.10 0.55
HSL 171.65º 0.53% 0.29% -
HSV(B) 171.65º 0.69% 0.45% -
XYZ 9.16 13.37 14.93 -
YUV 89.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 35 114 103 0.69 0 0.10 0.55 171.65 0.53 0.29
Hex 23 72 67 45 0 A 37 AC 35 1D
Octal 43 162 147 105 0 12 67 254 65 35
Binary 100011 1110010 1100111 1000101 0 1010 110111 10101100 110101 11101

Color Harmonies of #237267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237267

Black with #237267

Text Example


Text Example

White with #237267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237267; }

 p { color: rgb(35,114,103); }

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

background-color css

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

 a { background-color: rgb(35,114,103); }

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

border-color css

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

 span { border-color: rgb(35,114,103); }

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