Html Css Color HEX #2F835E Sea Green

📋 copy color: '#2F835E'

red 47 ◦ green 131 ◦ blue 94

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

Shades of Sea Green #2F835E

Tints of Sea Green #2F835E

RGB

 RED value IS 47 (18.75% from 255) = 17.28%

 GREEN value IS 131 (51.56% from 255) = 48.16%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 17.28%
G = 48.16%
B = 34.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#2F835E (or 0x2F835E) is known color: Sea Green. HEX triplet: 2F, 83 and 5E. RGB value is (47,131,94). Sum of RGB (Red+Green+Blue) = 47+131+94=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #2F835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F835E is #D07CA1. Grayscale: #656565. Windows color (decimal): -13663394 or 6193967. OLE color: 6193967.

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

Color convert

RGB 47 131 94 -
CMYK 0.64 0 0.28 0.49
HSL 153.57º 0.47% 0.35% -
HSV(B) 153.57º 0.64% 0.51% -
XYZ 11.31 17.65 13.4 -
YUV 101.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 47 131 94 0.64 0 0.28 0.49 153.57 0.47 0.35
Hex 2F 83 5E 40 0 1C 31 9A 2F 23
Octal 57 203 136 100 0 34 61 232 57 43
Binary 101111 10000011 1011110 1000000 0 11100 110001 10011010 101111 100011

Color Harmonies of #2F835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F835E

Black with #2F835E

Text Example


Text Example

White with #2F835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,131,94); }

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

background-color css

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

 a { background-color: rgb(47,131,94); }

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

border-color css

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

 span { border-color: rgb(47,131,94); }

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