Html Css Color HEX #2D856D Genoa

📋 copy color: '#2D856D'

red 45 ◦ green 133 ◦ blue 109

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

Shades of Genoa #2D856D

Tints of Genoa #2D856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 15.68%
G = 46.34%
B = 37.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#2D856D (or 0x2D856D) is known color: Genoa. HEX triplet: 2D, 85 and 6D. RGB value is (45,133,109). Sum of RGB (Red+Green+Blue) = 45+133+109=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #2D856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D856D is #D27A92. Grayscale: #676767. Windows color (decimal): -13793939 or 7177517. OLE color: 7177517.

HSL color Cylindrical-coordinate representation of color #2D856D: hue angle of 163.64º 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 #2D856D is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 109 -
CMYK 0.66 0 0.18 0.48
HSL 163.64º 0.49% 0.35% -
HSV(B) 163.64º 0.66% 0.52% -
XYZ 12.23 18.44 17.38 -
YUV 103.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 45 133 109 0.66 0 0.18 0.48 163.64 0.49 0.35
Hex 2D 85 6D 42 0 12 30 A4 31 23
Octal 55 205 155 102 0 22 60 244 61 43
Binary 101101 10000101 1101101 1000010 0 10010 110000 10100100 110001 100011

Color Harmonies of #2D856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D856D

Black with #2D856D

Text Example


Text Example

White with #2D856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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