Html Css Color HEX #2D856C Genoa

📋 copy color: '#2D856C'

red 45 ◦ green 133 ◦ blue 108

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

Shades of Genoa #2D856C

Tints of Genoa #2D856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 15.73%
G = 46.5%
B = 37.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#2D856C (or 0x2D856C) is known color: Genoa. HEX triplet: 2D, 85 and 6C. RGB value is (45,133,108). Sum of RGB (Red+Green+Blue) = 45+133+108=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #2D856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D856C is #D27A93. Grayscale: #676767. Windows color (decimal): -13793940 or 7111981. OLE color: 7111981.

HSL color Cylindrical-coordinate representation of color #2D856C: hue angle of 162.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D856C is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 108 -
CMYK 0.66 0 0.19 0.48
HSL 162.95º 0.49% 0.35% -
HSV(B) 162.95º 0.66% 0.52% -
XYZ 12.18 18.42 17.1 -
YUV 103.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 45 133 108 0.66 0 0.19 0.48 162.95 0.49 0.35
Hex 2D 85 6C 42 0 13 30 A3 31 23
Octal 55 205 154 102 0 23 60 243 61 43
Binary 101101 10000101 1101100 1000010 0 10011 110000 10100011 110001 100011

Color Harmonies of #2D856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D856C

Black with #2D856C

Text Example


Text Example

White with #2D856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,133,108); }

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

background-color css

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

 a { background-color: rgb(45,133,108); }

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

border-color css

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

 span { border-color: rgb(45,133,108); }

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