Html Css Color HEX #2B9648 Sea Green

📋 copy color: '#2B9648'

red 43 ◦ green 150 ◦ blue 72

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

Shades of Sea Green #2B9648

Tints of Sea Green #2B9648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 16.23%
G = 56.6%
B = 27.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#2B9648 (or 0x2B9648) is known color: Sea Green. HEX triplet: 2B, 96 and 48. RGB value is (43,150,72). Sum of RGB (Red+Green+Blue) = 43+150+72=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9648 is #D469B7. Grayscale: #6D6D6D. Windows color (decimal): -13920696 or 4757035. OLE color: 4757035.

HSL color Cylindrical-coordinate representation of color #2B9648: hue angle of 136.26º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9648 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 150 72 -
CMYK 0.71 0 0.52 0.41
HSL 136.26º 0.55% 0.38% -
HSV(B) 136.26º 0.71% 0.59% -
XYZ 13.07 22.79 9.84 -
YUV 109.12 107.05 80.84 -
System Red Green Blue C M Y K H S L
Decimal 43 150 72 0.71 0 0.52 0.41 136.26 0.55 0.38
Hex 2B 96 48 47 0 34 29 88 37 26
Octal 53 226 110 107 0 64 51 210 67 46
Binary 101011 10010110 1001000 1000111 0 110100 101001 10001000 110111 100110

Color Harmonies of #2B9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9648

Black with #2B9648

Text Example


Text Example

White with #2B9648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,150,72); }

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

background-color css

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

 a { background-color: rgb(43,150,72); }

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

border-color css

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

 span { border-color: rgb(43,150,72); }

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