Html Css Color HEX #1F964B Sea Green

📋 copy color: '#1F964B'

red 31 ◦ green 150 ◦ blue 75

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

Shades of Sea Green #1F964B

Tints of Sea Green #1F964B

RGB

 RED value IS 31 (12.5% from 255) = 12.11%

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

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 12.11%
G = 58.59%
B = 29.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#1F964B (or 0x1F964B) is known color: Sea Green. HEX triplet: 1F, 96 and 4B. RGB value is (31,150,75). Sum of RGB (Red+Green+Blue) = 31+150+75=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #1F964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F964B is #E069B4. Grayscale: #6A6A6A. Windows color (decimal): -14707125 or 4953631. OLE color: 4953631.

HSL color Cylindrical-coordinate representation of color #1F964B: hue angle of 142.18º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F964B is Cyan = 0.79, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 150 75 -
CMYK 0.79 0 0.5 0.41
HSL 142.18º 0.66% 0.35% -
HSV(B) 142.18º 0.79% 0.59% -
XYZ 12.74 22.61 10.35 -
YUV 105.87 110.58 74.6 -
System Red Green Blue C M Y K H S L
Decimal 31 150 75 0.79 0 0.5 0.41 142.18 0.66 0.35
Hex 1F 96 4B 4F 0 32 29 8E 42 23
Octal 37 226 113 117 0 62 51 216 102 43
Binary 11111 10010110 1001011 1001111 0 110010 101001 10001110 1000010 100011

Color Harmonies of #1F964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F964B

Black with #1F964B

Text Example


Text Example

White with #1F964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F964B; }

 p { color: rgb(31,150,75); }

 H1.HeaderClassName
 {
   color: #1F964B;
 }
 .AnyTagClassName
 {
   color: #1F964B;
 }
</style>

background-color css

<style>
 a { background-color: #1F964B; }

 a { background-color: rgb(31,150,75); }

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

border-color css

<style>
 span { border-color: #1F964B; }

 span { border-color: rgb(31,150,75); }

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