Html Css Color HEX #1F9942 Sea Green

📋 copy color: '#1F9942'

red 31 ◦ green 153 ◦ blue 66

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

Shades of Sea Green #1F9942

Tints of Sea Green #1F9942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 61.2%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 12.4%
G = 61.2%
B = 26.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#1F9942 (or 0x1F9942) is known color: Sea Green. HEX triplet: 1F, 99 and 42. RGB value is (31,153,66). Sum of RGB (Red+Green+Blue) = 31+153+66=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9942 is #E066BD. Grayscale: #6A6A6A. Windows color (decimal): -14706366 or 4364575. OLE color: 4364575.

HSL color Cylindrical-coordinate representation of color #1F9942: hue angle of 137.21º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9942 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 153 66 -
CMYK 0.80 0 0.57 0.4
HSL 137.21º 0.66% 0.36% -
HSV(B) 137.21º 0.8% 0.6% -
XYZ 12.94 23.47 9 -
YUV 106.6 105.08 74.07 -
System Red Green Blue C M Y K H S L
Decimal 31 153 66 0.80 0 0.57 0.4 137.21 0.66 0.36
Hex 1F 99 42 50 0 39 28 89 42 24
Octal 37 231 102 120 0 71 50 211 102 44
Binary 11111 10011001 1000010 1010000 0 111001 101000 10001001 1000010 100100

Color Harmonies of #1F9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9942

Black with #1F9942

Text Example


Text Example

White with #1F9942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,153,66); }

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

background-color css

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

 a { background-color: rgb(31,153,66); }

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

border-color css

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

 span { border-color: rgb(31,153,66); }

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