Html Css Color HEX #2D9640 Sea Green

📋 copy color: '#2D9640'

red 45 ◦ green 150 ◦ blue 64

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

Shades of Sea Green #2D9640

Tints of Sea Green #2D9640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 17.37%
G = 57.92%
B = 24.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#2D9640 (or 0x2D9640) is known color: Sea Green. HEX triplet: 2D, 96 and 40. RGB value is (45,150,64). Sum of RGB (Red+Green+Blue) = 45+150+64=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9640 is #D269BF. Grayscale: #6D6D6D. Windows color (decimal): -13789632 or 4232749. OLE color: 4232749.

HSL color Cylindrical-coordinate representation of color #2D9640: hue angle of 130.86º 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 #2D9640 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 45 150 64 -
CMYK 0.70 0 0.57 0.41
HSL 130.86º 0.54% 0.38% -
HSV(B) 130.86º 0.7% 0.59% -
XYZ 12.91 22.74 8.56 -
YUV 108.8 102.71 82.49 -
System Red Green Blue C M Y K H S L
Decimal 45 150 64 0.70 0 0.57 0.41 130.86 0.54 0.38
Hex 2D 96 40 46 0 39 29 83 36 26
Octal 55 226 100 106 0 71 51 203 66 46
Binary 101101 10010110 1000000 1000110 0 111001 101001 10000011 110110 100110

Color Harmonies of #2D9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9640

Black with #2D9640

Text Example


Text Example

White with #2D9640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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