Html Css Color HEX #2D9642 Sea Green

📋 copy color: '#2D9642'

red 45 ◦ green 150 ◦ blue 66

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

Shades of Sea Green #2D9642

Tints of Sea Green #2D9642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.47%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 17.24%
G = 57.47%
B = 25.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#2D9642 (or 0x2D9642) is known color: Sea Green. HEX triplet: 2D, 96 and 42. RGB value is (45,150,66). Sum of RGB (Red+Green+Blue) = 45+150+66=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9642 is #D269BD. Grayscale: #6D6D6D. Windows color (decimal): -13789630 or 4363821. OLE color: 4363821.

HSL color Cylindrical-coordinate representation of color #2D9642: hue angle of 132º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9642 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 45 150 66 -
CMYK 0.70 0 0.56 0.41
HSL 132º 0.54% 0.38% -
HSV(B) 132º 0.7% 0.59% -
XYZ 12.97 22.76 8.86 -
YUV 109.03 103.71 82.33 -
System Red Green Blue C M Y K H S L
Decimal 45 150 66 0.70 0 0.56 0.41 132 0.54 0.38
Hex 2D 96 42 46 0 38 29 84 36 26
Octal 55 226 102 106 0 70 51 204 66 46
Binary 101101 10010110 1000010 1000110 0 111000 101001 10000100 110110 100110

Color Harmonies of #2D9642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9642

Black with #2D9642

Text Example


Text Example

White with #2D9642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,150,66); }

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

background-color css

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

 a { background-color: rgb(45,150,66); }

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

border-color css

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

 span { border-color: rgb(45,150,66); }

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