Html Css Color HEX #2B943F Sea Green

📋 copy color: '#2B943F'

red 43 ◦ green 148 ◦ blue 63

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

Shades of Sea Green #2B943F

Tints of Sea Green #2B943F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.27%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 16.93%
G = 58.27%
B = 24.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#2B943F (or 0x2B943F) is known color: Sea Green. HEX triplet: 2B, 94 and 3F. RGB value is (43,148,63). Sum of RGB (Red+Green+Blue) = 43+148+63=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #2B943F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B943F is #D46BC0. Grayscale: #6B6B6B. Windows color (decimal): -13921217 or 4166699. OLE color: 4166699.

HSL color Cylindrical-coordinate representation of color #2B943F: hue angle of 131.43º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B943F is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 148 63 -
CMYK 0.71 0 0.57 0.42
HSL 131.43º 0.55% 0.37% -
HSV(B) 131.43º 0.71% 0.58% -
XYZ 12.48 22.05 8.3 -
YUV 106.92 103.21 82.41 -
System Red Green Blue C M Y K H S L
Decimal 43 148 63 0.71 0 0.57 0.42 131.43 0.55 0.37
Hex 2B 94 3F 47 0 39 2A 83 37 25
Octal 53 224 77 107 0 71 52 203 67 45
Binary 101011 10010100 111111 1000111 0 111001 101010 10000011 110111 100101

Color Harmonies of #2B943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B943F

Black with #2B943F

Text Example


Text Example

White with #2B943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,148,63); }

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

background-color css

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

 a { background-color: rgb(43,148,63); }

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

border-color css

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

 span { border-color: rgb(43,148,63); }

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