Html Css Color HEX #2B865C Sea Green

📋 copy color: '#2B865C'

red 43 ◦ green 134 ◦ blue 92

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

Shades of Sea Green #2B865C

Tints of Sea Green #2B865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.81%

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 15.99%
G = 49.81%
B = 34.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#2B865C (or 0x2B865C) is known color: Sea Green. HEX triplet: 2B, 86 and 5C. RGB value is (43,134,92). Sum of RGB (Red+Green+Blue) = 43+134+92=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #2B865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B865C is #D479A3. Grayscale: #666666. Windows color (decimal): -13924772 or 6063659. OLE color: 6063659.

HSL color Cylindrical-coordinate representation of color #2B865C: hue angle of 152.31º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B865C is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 134 92 -
CMYK 0.68 0 0.31 0.47
HSL 152.31º 0.51% 0.35% -
HSV(B) 152.31º 0.68% 0.53% -
XYZ 11.45 18.34 13.06 -
YUV 102 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 43 134 92 0.68 0 0.31 0.47 152.31 0.51 0.35
Hex 2B 86 5C 44 0 1F 2F 98 33 23
Octal 53 206 134 104 0 37 57 230 63 43
Binary 101011 10000110 1011100 1000100 0 11111 101111 10011000 110011 100011

Color Harmonies of #2B865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B865C

Black with #2B865C

Text Example


Text Example

White with #2B865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,134,92); }

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

background-color css

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

 a { background-color: rgb(43,134,92); }

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

border-color css

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

 span { border-color: rgb(43,134,92); }

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