Html Css Color HEX #2D7B61 Genoa

📋 copy color: '#2D7B61'

red 45 ◦ green 123 ◦ blue 97

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

Shades of Genoa #2D7B61

Tints of Genoa #2D7B61

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.42%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 16.98%
G = 46.42%
B = 36.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#2D7B61 (or 0x2D7B61) is known color: Genoa. HEX triplet: 2D, 7B and 61. RGB value is (45,123,97). Sum of RGB (Red+Green+Blue) = 45+123+97=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7B61 is #D2849E. Grayscale: #606060. Windows color (decimal): -13796511 or 6388525. OLE color: 6388525.

HSL color Cylindrical-coordinate representation of color #2D7B61: hue angle of 160º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7B61 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 45 123 97 -
CMYK 0.63 0 0.21 0.52
HSL 160º 0.46% 0.33% -
HSV(B) 160º 0.63% 0.48% -
XYZ 10.32 15.59 13.77 -
YUV 96.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 45 123 97 0.63 0 0.21 0.52 160 0.46 0.33
Hex 2D 7B 61 3F 0 15 34 A0 2E 21
Octal 55 173 141 77 0 25 64 240 56 41
Binary 101101 1111011 1100001 111111 0 10101 110100 10100000 101110 100001

Color Harmonies of #2D7B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7B61

Black with #2D7B61

Text Example


Text Example

White with #2D7B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,123,97); }

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

background-color css

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

 a { background-color: rgb(45,123,97); }

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

border-color css

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

 span { border-color: rgb(45,123,97); }

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