Html Css Color HEX #2B6D5E Eden

📋 copy color: '#2B6D5E'

red 43 ◦ green 109 ◦ blue 94

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

Shades of Eden #2B6D5E

Tints of Eden #2B6D5E

RGB

 RED value IS 43 (17.19% from 255) = 17.48%

 GREEN value IS 109 (42.97% from 255) = 44.31%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 17.48%
G = 44.31%
B = 38.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#2B6D5E (or 0x2B6D5E) is known color: Eden. HEX triplet: 2B, 6D and 5E. RGB value is (43,109,94). Sum of RGB (Red+Green+Blue) = 43+109+94=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6D5E is #D492A1. Grayscale: #575757. Windows color (decimal): -13931170 or 6188331. OLE color: 6188331.

HSL color Cylindrical-coordinate representation of color #2B6D5E: hue angle of 166.36º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6D5E is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 109 94 -
CMYK 0.61 0 0.14 0.57
HSL 166.36º 0.43% 0.3% -
HSV(B) 166.36º 0.61% 0.43% -
XYZ 8.49 12.26 12.51 -
YUV 87.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 43 109 94 0.61 0 0.14 0.57 166.36 0.43 0.3
Hex 2B 6D 5E 3D 0 E 39 A6 2B 1E
Octal 53 155 136 75 0 16 71 246 53 36
Binary 101011 1101101 1011110 111101 0 1110 111001 10100110 101011 11110

Color Harmonies of #2B6D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6D5E

Black with #2B6D5E

Text Example


Text Example

White with #2B6D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,109,94); }

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

background-color css

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

 a { background-color: rgb(43,109,94); }

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

border-color css

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

 span { border-color: rgb(43,109,94); }

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