Html Css Color HEX #2D7265 Genoa

📋 copy color: '#2D7265'

red 45 ◦ green 114 ◦ blue 101

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

Shades of Genoa #2D7265

Tints of Genoa #2D7265

RGB

 RED value IS 45 (17.97% from 255) = 17.31%

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

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 17.31%
G = 43.85%
B = 38.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#2D7265 (or 0x2D7265) is known color: Genoa. HEX triplet: 2D, 72 and 65. RGB value is (45,114,101). Sum of RGB (Red+Green+Blue) = 45+114+101=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #2D7265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7265 is #D28D9A. Grayscale: #5B5B5B. Windows color (decimal): -13798811 or 6648365. OLE color: 6648365.

HSL color Cylindrical-coordinate representation of color #2D7265: hue angle of 168.7º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D7265 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 114 101 -
CMYK 0.61 0 0.11 0.55
HSL 168.7º 0.43% 0.31% -
HSV(B) 168.7º 0.61% 0.45% -
XYZ 9.45 13.53 14.43 -
YUV 91.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 45 114 101 0.61 0 0.11 0.55 168.7 0.43 0.31
Hex 2D 72 65 3D 0 B 37 A9 2B 1F
Octal 55 162 145 75 0 13 67 251 53 37
Binary 101101 1110010 1100101 111101 0 1011 110111 10101001 101011 11111

Color Harmonies of #2D7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7265

Black with #2D7265

Text Example


Text Example

White with #2D7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D7265; }

 p { color: rgb(45,114,101); }

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

background-color css

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

 a { background-color: rgb(45,114,101); }

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

border-color css

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

 span { border-color: rgb(45,114,101); }

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