Html Css Color HEX #2C6652 Evening Sea

📋 copy color: '#2C6652'

red 44 ◦ green 102 ◦ blue 82

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

Shades of Evening Sea #2C6652

Tints of Evening Sea #2C6652

RGB

 RED value IS 44 (17.58% from 255) = 19.3%

 GREEN value IS 102 (40.23% from 255) = 44.74%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 19.3%
G = 44.74%
B = 35.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#2C6652 (or 0x2C6652) is known color: Evening Sea. HEX triplet: 2C, 66 and 52. RGB value is (44,102,82). Sum of RGB (Red+Green+Blue) = 44+102+82=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #2C6652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6652 is #D399AD. Grayscale: #525252. Windows color (decimal): -13867438 or 5400108. OLE color: 5400108.

HSL color Cylindrical-coordinate representation of color #2C6652: hue angle of 159.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C6652 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 44 102 82 -
CMYK 0.57 0 0.20 0.6
HSL 159.31º 0.4% 0.29% -
HSV(B) 159.31º 0.57% 0.4% -
XYZ 7.31 10.65 9.65 -
YUV 82.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 44 102 82 0.57 0 0.20 0.6 159.31 0.4 0.29
Hex 2C 66 52 39 0 14 3C 9F 28 1D
Octal 54 146 122 71 0 24 74 237 50 35
Binary 101100 1100110 1010010 111001 0 10100 111100 10011111 101000 11101

Color Harmonies of #2C6652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6652

Black with #2C6652

Text Example


Text Example

White with #2C6652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,102,82); }

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

background-color css

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

 a { background-color: rgb(44,102,82); }

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

border-color css

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

 span { border-color: rgb(44,102,82); }

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