Html Css Color HEX #2D856B Genoa

📋 copy color: '#2D856B'

red 45 ◦ green 133 ◦ blue 107

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

Shades of Genoa #2D856B

Tints of Genoa #2D856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 15.79%
G = 46.67%
B = 37.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#2D856B (or 0x2D856B) is known color: Genoa. HEX triplet: 2D, 85 and 6B. RGB value is (45,133,107). Sum of RGB (Red+Green+Blue) = 45+133+107=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #2D856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D856B is #D27A94. Grayscale: #676767. Windows color (decimal): -13793941 or 7046445. OLE color: 7046445.

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

Color convert

RGB 45 133 107 -
CMYK 0.66 0 0.20 0.48
HSL 162.27º 0.49% 0.35% -
HSV(B) 162.27º 0.66% 0.52% -
XYZ 12.12 18.39 16.82 -
YUV 103.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 45 133 107 0.66 0 0.20 0.48 162.27 0.49 0.35
Hex 2D 85 6B 42 0 14 30 A2 31 23
Octal 55 205 153 102 0 24 60 242 61 43
Binary 101101 10000101 1101011 1000010 0 10100 110000 10100010 110001 100011

Color Harmonies of #2D856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D856B

Black with #2D856B

Text Example


Text Example

White with #2D856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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